When i initially load my grid everything works properly. After i change the pagesize or change the page index i can NO longer select any rows.
BTW i cam callind UserGrid.Rebind() on the pageindexchanged event.
<
telerik:RadGrid
ID
=
"UserGrid"
runat
=
"server"
AllowSorting
=
"true"
AllowPaging
=
"true"
AllowCustomPaging
=
"true"
AllowMultiRowSelection
=
"true"
OnItemDataBound
=
"Grid_ItemDataBound"
OnSortCommand
=
"Grid_Sorting"
OnPageIndexChanged
=
"Grid_Paging"
OnDeleteCommand
=
"Grid_Deleting"
OnItemCommand
=
"Grid_ItemCommand"
Skin
=
"Windows7"
meta:resourcekey
=
"UserGrid"
>
<
MasterTableView
AutoGenerateColumns
=
"False"
EnableNoRecordsTemplate
=
"true"
ShowHeadersWhenNoRecords
=
"false"
DataKeyNames
=
"UserID,EmailAddress"
NoMasterRecordsText
=
"No records match the search criteria."
>
<
Columns
>
<
telerik:GridClientSelectColumn
UniqueName
=
"ClientSelectColumn"
ItemStyle-Width
=
"20px"
/>
</
Columns
>
</
MasterTableView
>
<
ClientSettings
EnableRowHoverStyle
=
"false"
>
<
Selecting
AllowRowSelect
=
"True"
EnableDragToSelectRows
=
"true"
></
Selecting
>
</
ClientSettings
>
<
PagerStyle
Mode
=
"NumericPages"
/>
</
telerik:RadGrid
>
BTW i cam callind UserGrid.Rebind() on the pageindexchanged event.