I am trying to set the datasource property of a radcombobox in the selectedindexchanged eventhandler of another radcombobox.
I am getting this error.
How do I accomplish this?
I am able to set the DataSource property in PageLoad event. Because the values in this dropdown depend on the users selection in the country dropdown, I need to set the state dropdown datasource property in the country dropdown's SelectedIndexChanged event handler. It is not allowing me to do that.