Case insensitive search in jqGrid including hidden fields
Asked Answered
R

1

2

I have few hidden fields in my jqGrid on which I have to perform a case insensitive search (may be using regex - not sure). Is it possible? Can someone give me directions on it?

Thanks!

Ratliff answered 20/10, 2010 at 12:17 Comment(0)
D
7

You should inseart searchhidden option equal to true in the column definition (colModel):

searchoptions:{searchhidden:true}

To make searching case insensitive you can use jQgrid option ignoreCase:true.

Danielledaniels answered 20/10, 2010 at 14:23 Comment(0)

© 2022 - 2024 — McMap. All rights reserved.