This is a migrated thread and some comments may be shown as answers.

How to bind RadComboBox with knockoutjs

1 Answer 100 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
TestUser
Top achievements
Rank 1
TestUser asked on 13 Feb 2012, 05:57 PM
Hi, 

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)

1 Answer, 1 is accepted

Sort by
0
Cat Cheshire
Top achievements
Rank 1
answered on 13 Feb 2012, 06:37 PM
I don't think that binding with knockoutjs is supported.
Tags
ComboBox
Asked by
TestUser
Top achievements
Rank 1
Answers by
Cat Cheshire
Top achievements
Rank 1
Share this question
or