Hi,
I have a radGrid which has filters, alphabetical paging and numerical paging. The datasource of the grid is a generic list. I have a radChart which should display the same data currently being displayed in the grid.
How do I get the records currently bound to the radGrid ?
One way is to turn off the paging, rebind() the grid and then iterate through the radGrid Items. Is there any better way of getting the current set of records without having to rebind the grid.
Thanks.
Sadiya
I have a radGrid which has filters, alphabetical paging and numerical paging. The datasource of the grid is a generic list. I have a radChart which should display the same data currently being displayed in the grid.
How do I get the records currently bound to the radGrid ?
One way is to turn off the paging, rebind() the grid and then iterate through the radGrid Items. Is there any better way of getting the current set of records without having to rebind the grid.
Thanks.
Sadiya