Hello,
The datasource for my combobox is an objectdatasource which is returning a datatable, when i try to assign the DataTextField and the DataValueField i dont see any values in the dropdowns. when i try to type in the values, i get an error. any help would be appreciated. thanks,
1 Answer, 1 is accepted
0
Accepted
Atanas Korchev
Telerik team
answered on 20 Jul 2009, 07:40 AM
Hi Ahmer,
We have an online example showing databinding of RadComboBox to ObjectDataSource. Have you checked it out? How is your configuration different from the example? Can you confirm that the Select method of the ObjectDataSource returns the correct data?