I have three checkbox in the one row of the grid.What I wanna is to select other two checkboxes when I select first checkbox. How can I do that?
by the way,I create checkboxes shown below.
<telerik:GridTemplateColumn UniqueName="rSelect">
<ItemTemplate>
<asp:CheckBox ID="chkSelect" runat="server" AutoPostBack="true" OnCheckedChanged="chkSelect_OnCheckedChanged" />
</ItemTemplate>
</telerik:GridTemplateColumn>
by the way,I create checkboxes shown below.
<telerik:GridTemplateColumn UniqueName="rSelect">
<ItemTemplate>
<asp:CheckBox ID="chkSelect" runat="server" AutoPostBack="true" OnCheckedChanged="chkSelect_OnCheckedChanged" />
</ItemTemplate>
</telerik:GridTemplateColumn>