Question

I have a RadGrid from Telerik with a GridClientSelectColumn column. When the user checks records and clicks the action button the SelectedItems is empty.

Is there any way to retrieve SelectedItems?

Was it helpful?

Solution

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.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top