jqwidgets jqxGrid go to the page of a specific row

160 Views Asked by At

My jqxgrid has paging, and assume I call

$('#jqxGrid').jqxGrid('selectrow', 20);

I want the grid can go to the page with the selected row, but I don't know which page contains the selected row (bound index 20), so how to do it?

need manual calculate which page contains the selected row first?

0

There are 0 best solutions below