JqGrid PHP: Highlight Results, When Filtering Via Toolbar
I would like to highlight the search results, when using the filter toolbar. I tried to use the solution Oleg and Abhishek Simon provided here, but it is not working in JqSuite fo
Solution 1:
I don't use PHP myself. Anyway you should know the ID of the grid which you use on the page. If it is for example id="grid"
then you can replace this
with $("#grid")[0]
inside of the code of the function.
Post a Comment for "JqGrid PHP: Highlight Results, When Filtering Via Toolbar"