When I check the 'chkSelectAll' checkbox , the checkboxes in the entire column are not all checked. Please help.
<telerik:RadGrid ID="grd" runat="server" OnLoad="grd_OnLoad" OnNeedDataSource="grd_NeedDataSource"
SkinID="CR" GridLines="None" AllowPaging="True" AutoGenerateColumns="False" OnItemDataBound="grd_ItemDataBound"
AllowMultiRowSelection="true" Width="925px">
<MasterTableView PageSize="10" EnableNoRecordsTemplate="true"
DataKeyNames="AssetID">
<NoRecordsTemplate>
<div style="text-align: left; width: 100%">
<asp:Label ID="lblEmptyMsg" runat="server" meta:resourcekey="lblEmptyMsgres"></asp:Label></div>
</NoRecordsTemplate>
</MasterTableView>
<PagerStyle AlwaysVisible="True" />
<ClientSettings EnableRowHoverStyle="true">
<Selecting AllowRowSelect="True" />
<Scrolling AllowScroll="True"></Scrolling>
<ClientEvents OnGridCreated="GridCreated" />
<ClientEvents OnRowSelected="RowSelected" OnRowDeselected="RowDeselected" />
</ClientSettings>
</telerik:RadGrid>
<telerik:RadGrid ID="grd" runat="server" OnLoad="grd_OnLoad" OnNeedDataSource="grd_NeedDataSource"
SkinID="CR" GridLines="None" AllowPaging="True" AutoGenerateColumns="False" OnItemDataBound="grd_ItemDataBound"
AllowMultiRowSelection="true" Width="925px">
<MasterTableView PageSize="10" EnableNoRecordsTemplate="true"
DataKeyNames="AssetID">
<NoRecordsTemplate>
<div style="text-align: left; width: 100%">
<asp:Label ID="lblEmptyMsg" runat="server" meta:resourcekey="lblEmptyMsgres"></asp:Label></div>
</NoRecordsTemplate>
</MasterTableView>
<PagerStyle AlwaysVisible="True" />
<ClientSettings EnableRowHoverStyle="true">
<Selecting AllowRowSelect="True" />
<Scrolling AllowScroll="True"></Scrolling>
<ClientEvents OnGridCreated="GridCreated" />
<ClientEvents OnRowSelected="RowSelected" OnRowDeselected="RowDeselected" />
</ClientSettings>
</telerik:RadGrid>