Hi
I have a user control Page which has insert form, all the controls are working fine except the radcontrols.
am i doing something wrong? or do i have to do extra work for it.
here is the code for RadControl on the userControl Page(ascx):
<telerik:RadComboBox ID="RadComboBox1" Runat="server"
DataSourceID="SqlDataSource1"
Text='<%# DataBinder.Eval( Container, "DataItem.CategoryName" ) %>' DataTextField="CategoryName"
DataValueField="CategoryID" Width="160px" Skin="Sunset">
</telerik:RadComboBox>
The Rad Control above populate the data correctly but does not bind it when update or insert.
Another Control which works fine:
<asp:TextBox id="TextBox3" runat="server"
Text='<%# DataBinder.Eval( Container, "DataItem.FullCode" ) %>' Width="200px"></asp:textbox>
i followed this example which is good, but i think Telerik should include ComboBox on it to show us how to do it;
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/usercontroleditform/defaultcs.aspx
I have a user control Page which has insert form, all the controls are working fine except the radcontrols.
am i doing something wrong? or do i have to do extra work for it.
here is the code for RadControl on the userControl Page(ascx):
<telerik:RadComboBox ID="RadComboBox1" Runat="server"
DataSourceID="SqlDataSource1"
Text='<%# DataBinder.Eval( Container, "DataItem.CategoryName" ) %>' DataTextField="CategoryName"
DataValueField="CategoryID" Width="160px" Skin="Sunset">
</telerik:RadComboBox>
The Rad Control above populate the data correctly but does not bind it when update or insert.
Another Control which works fine:
<asp:TextBox id="TextBox3" runat="server"
Text='<%# DataBinder.Eval( Container, "DataItem.FullCode" ) %>' Width="200px"></asp:textbox>
i followed this example which is good, but i think Telerik should include ComboBox on it to show us how to do it;
http://demos.telerik.com/aspnet-ajax/grid/examples/dataediting/usercontroleditform/defaultcs.aspx