What does ‘is in’ and ‘is not in’ mean in jqgrid search filter?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
is inandis not inare the equivalents ofcontainsanddoes not contain, with the operands reversed. For example:bananacontainsban,bananadoes not containbar.banis inbanana,baris not inbanana.In summary, these operators allow you to search for cells whose values are (or are not) part of a given string, instead of the other way around, searching for cells whose values contain (or do not contain) a given string.