Hi guys,
I have a RadComboBox control that is not showing the poplated Items list when it is being updated.The control is used to search for products based on what you type into the combobox. The code behind simply performs a query and returns the data. If I step through the code i can see the returned items being added to the Items list in the radcombobox, but the list never shows these items when viewed in IE.
If I add some debug to the code - e.mssage = "added Item " & item.value for example I see the message underneather the radcombobox but neither the arrow to the left or below the radcombobox allow me to do anything. It's like they are disabled.
Has anyone had this kind of problem before?
We're using the RadComboBox with in the DNN 6 framework.
Thanks,
Nik
I have a RadComboBox control that is not showing the poplated Items list when it is being updated.The control is used to search for products based on what you type into the combobox. The code behind simply performs a query and returns the data. If I step through the code i can see the returned items being added to the Items list in the radcombobox, but the list never shows these items when viewed in IE.
If I add some debug to the code - e.mssage = "added Item " & item.value for example I see the message underneather the radcombobox but neither the arrow to the left or below the radcombobox allow me to do anything. It's like they are disabled.
Has anyone had this kind of problem before?
We're using the RadComboBox with in the DNN 6 framework.
Thanks,
Nik