I have a scenario where in I have to select a row in jqGrid programatically.
From a function I will have a value of a column which is available in jqGrid and based on passed in column's value I have to search in jqGrid and when it finds a record match I have to select that row.
Not sure how to achieve this using jQuery for my jqGrid.
Update:
The solution you mentioned searches for 3rd column (case insensitive). I was wondering is there any way to search in any column in grid (including hidden colums as well) using regext i.e. case insensitive search?