Hi,
I am using RadComboBox inside Radgrid like below
As I am using Telerik.Web.UI dll with version (2009.1.311.35).
1) I have to bind it with some data source when I load the RadGrid,
how we can iterate through grid and bind each combo box with the desire collection ?
2) When user click on Save button in page I have to store all the values which are checked in the combo box ? so how can I retrieve back when I save the page.??
how can I do on which event?
Thanks,
Ambuj
I am using RadComboBox inside Radgrid like below
<telerik:GridTemplateColumn UniqueName="MyColumn" HeaderText="MyColumn"> <ItemTemplate> <telerik:RadComboBox ID="MyComboBox" runat="server"> <ItemTemplate> <asp:CheckBox ID="chkBoxID" runat="server" /> <asp:Label ID="lblMyLabel" runat="server" AssociatedControlID="chkBoxID"> </asp:Label> </ItemTemplate> </telerik:RadComboBox> </ItemTemplate> </telerik:GridTemplateColumn>As I am using Telerik.Web.UI dll with version (2009.1.311.35).
1) I have to bind it with some data source when I load the RadGrid,
how we can iterate through grid and bind each combo box with the desire collection ?
2) When user click on Save button in page I have to store all the values which are checked in the combo box ? so how can I retrieve back when I save the page.??
how can I do on which event?
Thanks,
Ambuj
