Hello,
I have a RadGrid with Paging enabled. On this grid, I have a GridClientSelectColumn. Currently, on Client Side, I am using Javascript to track which rows have been selected (so that if the user pages through the grid and returns to an earlier page, they will still see the checkboxes that they originally checked).
The issue that I am running into is, I need to also have a list of selected items for use on the server side. However, I do not want to perform a post back on the radgrid each time a row is selected or unselected.
Is there a way to do this without having to perform a post back, such as getting my object from javascript and throwing it into Server side somewhere?
Thanks,
Dave
I have a RadGrid with Paging enabled. On this grid, I have a GridClientSelectColumn. Currently, on Client Side, I am using Javascript to track which rows have been selected (so that if the user pages through the grid and returns to an earlier page, they will still see the checkboxes that they originally checked).
The issue that I am running into is, I need to also have a list of selected items for use on the server side. However, I do not want to perform a post back on the radgrid each time a row is selected or unselected.
Is there a way to do this without having to perform a post back, such as getting my object from javascript and throwing it into Server side somewhere?
Thanks,
Dave