This question is locked. New answers and comments are not allowed.
Hi Team,
I am working on the performance thing. what i want, binding grid with whatever the page size has set.
Scenario : Suppose we are binding grid with 10,000 records from DB. but the grid page size is 100 per page only. so i want to return only 100 records with count as 10,000 in json. so it will bind the grid with current 100 records and display record count as 10,000 and page count will be 1,000. when user will do scroll down will send again request to server to get return next 100 records, with the help of onPageScroll event.
So please help or advice me how can i achieve this with minimum efforts.
Thanks in advance.
I am working on the performance thing. what i want, binding grid with whatever the page size has set.
Scenario : Suppose we are binding grid with 10,000 records from DB. but the grid page size is 100 per page only. so i want to return only 100 records with count as 10,000 in json. so it will bind the grid with current 100 records and display record count as 10,000 and page count will be 1,000. when user will do scroll down will send again request to server to get return next 100 records, with the help of onPageScroll event.
So please help or advice me how can i achieve this with minimum efforts.
Thanks in advance.