Hello,
I am using server side paging with the datasouce, and am attempting to do some out of box paging functionality. When I try to set the page size using ds.pageSize(X), it does a server request with the new page size. Is there a way to tell the datasource to not do a request when setting the pageSize? This is giving some unwanted trips to the server.
Thanks
I am using server side paging with the datasouce, and am attempting to do some out of box paging functionality. When I try to set the page size using ds.pageSize(X), it does a server request with the new page size. Is there a way to tell the datasource to not do a request when setting the pageSize? This is giving some unwanted trips to the server.
Thanks