Hi,
I'm trying to bind data with knockout to RadComboBox, but without any progress for now. This is situation that I have
How can I populate this radcombobox because right now it seams impossible :(
When this code is rendered I get same ID for all RadComboBox controls, and drop down event don't work (When I click on it)
I'm trying to bind data with knockout to RadComboBox, but without any progress for now. This is situation that I have
<table data-bind="foreach: MyModel"><br><tr><td><telerik:RadComboBox runat="server" DataTextField="Name"DropDownWidth="240" DataValueField="Value" Width="100" AppendDataBoundItems="true"</telerik:RadComboBox></td></tr></table>How can I populate this radcombobox because right now it seams impossible :(
When this code is rendered I get same ID for all RadComboBox controls, and drop down event don't work (When I click on it)