I'm having this same issue. I want to populate a RadGridView, but only after selecting an item from the RadComboBox I've attempted to remove/add the SelectedIndexChanged event like this:
And then populate my RadGridView like this:
But the SelectedIndexChanged continues to fire multiple times before I've selected an item from the RadComboBox. Any ideas on how I can get this workaround to work?