Title: datagrid (combogrid) with local paging Post by: phunksta on December 03, 2014, 03:51:08 AM Hi,
This might well be a stupid question, but is it possible to load a datagrid with a large dataset, and then use scrollview/pagination to render a page-at-a-time locally on the browser? For all my experimentation I don't seem to be able to do this, the page parameters always seem to be sent to the url :( Thanks! Title: Re: datagrid (combogrid) with local paging Post by: stworthy on December 03, 2014, 07:37:28 AM To enable client pagination on the datagrid, please call 'clientPaging' method that is defined in this example http://www.jeasyui.com/demo/main/index.php?plugin=DataGrid&theme=default&dir=ltr&pitem=Client%20Side%20Pagination
|