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?