Hi all:
I have RadGrid from telerik with GridClientSelectColumn column ,when the user check records and click action button the SelectedItems is empty.
Is there any way to retrive SelectedItems?
Hi all:
I have RadGrid from telerik with GridClientSelectColumn column ,when the user check records and click action button the SelectedItems is empty.
Is there any way to retrive SelectedItems?
The selected items should be there unless you call Rebind() for the grid explicitly from outer control. Tested on modified version of this sample, worked with no issues.