Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
315
XamGrid Paging
posted

I have implemented paging using the xamgrid defining a pagesize of 10 and everything works fine(returning all the rows at once). I was wondering is there a way to tell the grid the total rows that can be returned from the query and only display the first page, and everytime the user clicks on a new page we hit the server to get the results or is there a different way to accomplish this. In short I dont want to wait for the query to return 100,000 or rows more I want the xamgrid to know the total, display all the pages, but retrieve the rows on dependant on the page the user selects?