Hi , I have a requirement to implement virtual scrolling and pagination using jqxgrid.
For me the default pagesize is 1000 rows. Using the sample examples i could make a call to the api and get the first lot of 1000 rows and displayed in the grid and the scroll bar also scrolls to the bottom of the 1000 rows.
Now the problem I am facing is to get the next 1000 records. I am unable to render the next set of rows or data using rendrgridrows.
Can some one share any sample example of loading the next set of rows with web api call.