Closed ksubba closed 11 years ago
Hi,
What's an option to set page number of the grid on run-time ? I want to preset the page number of a grid based on the query string via GET.
Advice ? Kaushal
In javascript, when you make the first call or call $grid.load()
page: 2
In PHP, before you render it out
$_POST['page'] = 2;
Hi,
What's an option to set page number of the grid on run-time ? I want to preset the page number of a grid based on the query string via GET.
Advice ? Kaushal