I have a radgrid which uses form templates for updating records in the grid. I also need to use this form to update multiple rows in the grid at the same time (global updates). I have a gridclientselect column and the code behind inplace to successfully do the update for multiple selected rows. I am running into one small problem which I need help. The checkboxes clear upon opening the edit form. The correct information is saved in RadGrid1.SelectedItems, but I am failing to understand why the checks are removed from the gridclientselectcolumn field. Is there a way to keep the items selected until the form is closed?
Please let me know if you need code snippets to help answer this question.
Thanks a bunch!
Please let me know if you need code snippets to help answer this question.
Thanks a bunch!