views:

68

answers:

1

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?

+1  A: 

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.

Dick Lampard