Hi,
I don't understand if this is possible... I've search and read a lot in examples and forum but I don't found any.
My scenario is a DetailsView within some ComboBox in edit template...
...when I'm in edit mode I will be select the binded value in the Combobox
(like when appends with this code <telerik:RadComboBox ID="RadCmb1" runat="server" ... SelectedValue='<%# Bind("Value")) %>' > )
...but I my case I load the ComboBox data from a webservice, but there are not items while a text is write in combo and for this reason the binding operation throws a error.
I use webservice for performance because the items in combobox are very much...
...there is a way to select an item from value when binding DetailsView?
Thanks
New