I have a combobox inside the FormTemplate of a grid.
I am trying to bind the combobox to the database value as shown in :
http://www.telerik.com/demos/aspnet/prometheus/ComboBox/Examples/Functionality/ComboInGrid/DefaultCS.aspx
I get an error Selection out of range
Parameter:value
I am able to bind the Text property but not the selectedvalue property.
I am using LoadOnDemand for the combo.
Please let me know what I am missing here.
I am trying to bind the combobox to the database value as shown in :
http://www.telerik.com/demos/aspnet/prometheus/ComboBox/Examples/Functionality/ComboInGrid/DefaultCS.aspx
I get an error Selection out of range
Parameter:value
I am able to bind the Text property but not the selectedvalue property.
I am using LoadOnDemand for the combo.
Please let me know what I am missing here.