Hi,
I have following template column i a Radgrid. (using in connection with a product order where a user can choose a number of products.)
<Columns>
<telerik:GridTemplateColumn>
<ItemTemplate>
<asp:CheckBox ID="chkProduct" runat="server" />
</ItemTemplate>
</Columns>
At the code behind I want to find out which products are choosen by the users (when I save product orders into database), in other words I want to know which are the checkbox's are checked at the save.
I hope someone can help me.
Thanks,
Thaya
I have following template column i a Radgrid. (using in connection with a product order where a user can choose a number of products.)
<Columns>
<telerik:GridTemplateColumn>
<ItemTemplate>
<asp:CheckBox ID="chkProduct" runat="server" />
</ItemTemplate>
</Columns>
At the code behind I want to find out which products are choosen by the users (when I save product orders into database), in other words I want to know which are the checkbox's are checked at the save.
I hope someone can help me.
Thanks,
Thaya