Hello,
I have a radgrid with Paging turned on and set to display 10 items per page.
What I need to be able to do is to loop through all records in the grid, not just the 10 displayed on each page. For example, if I have 25 records, I need to loop through all 25, not just the first 10.
Is there a way to do this through Javascript?
I have tried to use the dataItems property on the grid's master table, but that only returns the items on the currently displayed page of the grid.
Thanks!
I have a radgrid with Paging turned on and set to display 10 items per page.
What I need to be able to do is to loop through all records in the grid, not just the 10 displayed on each page. For example, if I have 25 records, I need to loop through all 25, not just the first 10.
Is there a way to do this through Javascript?
I have tried to use the dataItems property on the grid's master table, but that only returns the items on the currently displayed page of the grid.
Thanks!