This is a migrated thread and some comments may be shown as answers.

selectedIndexChanged is not firing

1 Answer 77 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jennifer
Top achievements
Rank 1
Jennifer asked on 31 Aug 2012, 11:41 AM
Hi,

I have a dynamically created RadComboBox and attached the selectedIndexChanged event of that RadComboBox. But the selectedIndexChanged event of RadComboBox is not firing. Why it is not firing?

Waiting for your response.

1 Answer, 1 is accepted

Sort by
0
Princy
Top achievements
Rank 2
answered on 03 Sep 2012, 03:23 AM
Hi Jennifer,

I tried to replicate your issue but no avail. Please make sure that you are setting AutoPostBack property of RadComboBox to true as follows.

C#:
RadComboBox1.AutoPostBack = true;
RadComboBox1.SelectedIndexChanged += new RadComboBoxSelectedIndexChangedEventHandler(RadComboBox1_SelectedIndexChanged);

Please elaborate your scenario if it doesn't helps.

Thanks,
Princy.
Tags
ComboBox
Asked by
Jennifer
Top achievements
Rank 1
Answers by
Princy
Top achievements
Rank 2
Share this question
or