Hi
I am using a RadComboBox, which is Bound using the Bind Method, however the value which was originally selected may no longer exist in the ComboBox when it is rebound, this then throws an error.
It there any way to get around this ?
I am using a RadComboBox, which is Bound using the Bind Method, however the value which was originally selected may no longer exist in the ComboBox when it is rebound, this then throws an error.
It there any way to get around this ?
<telerik:RadComboBox ZIndex="10000" ID="RadComboBox2" Runat="server" |
DataSourceID="Enheder" DataTextField="unit_name" DataValueField="unit_id" |
SelectedValue='<%# Bind("ingredient_parcelUnit") %>' |
Filter="Contains" MarkFirstMatch="True" > |
<CollapseAnimation Duration="200" Type="OutQuint" /> |
</telerik:RadComboBox> |