Hi,
First I have to thank you for the great work on this component. It's awesome.
I am trying to create a dashboard and I want to change the page of the grid automatically with a time interval.
I tried to use something like I found on the FAQS, under the window.onload and $(document).ready but it doesn't work; the page doesn't change:
setInterval("jQuery('#list1').trigger('reloadGrid',[{jqgrid_page:2}]);",2000);
Do you have any ideas on how implement this? Thanks!
1 Answers
Your Answer