I want to load data in combo box on index change of other combo box. I am getting dataset but when binded to other radcombo box it is not reflecting values of new data set.
How to reflect data in radcombo box on selected index change of other combo box ?
All you need to do is put somthing similar to this in the "SelectedIndexChanged" event of the combo box that will be doing the triggering. Obviously you want combo to be the combobox to be data bound, and you will need to load a datasource.
Let me know if this helps or post more info so I can be more specific.