Hello,
Using jqGrid 5.6 with data type as local. Is there a method get filtered data using toolbar search . I have tried using but it returns all data
1 |
$("#mygrid").jqGrid("getGridParam","data"); |
I have tried below , this returns current page data
1 |
$("#mygrid").jqGrid("getGridParam","getDataIDs"); |
Any help would be appreciated,
Kris
Copyright 2014 TriRand LtdAll Rights ReservedRSS
Back to Top