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

Radcombobox selectedindexchanged not firing when changing the index programmatically

5 Answers 611 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Jidesh Guptha
Top achievements
Rank 1
Jidesh Guptha asked on 27 Oct 2010, 01:08 PM
Hi,

Radcombobox selectedindexchanged not firing when changing the index programmatically, I am changing the index as the code block below. The event is firing fine when changing the index manually from the screen
cbo_Mode.SelectedIndex = cbo_Mode.FindItemIndexByValue(SubmissionMode);
Pls guide me how to go about it.

Thanks
Jidesh

5 Answers, 1 is accepted

Sort by
0
Yana
Telerik team
answered on 29 Oct 2010, 08:20 AM
Hi Jidesh,

Actually this is the expected behavior. You can separate the code from SelectedIndexChanged event handler in a different method and call it after changing the index.
 
Greetings,
Yana
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Ronald
Top achievements
Rank 1
answered on 17 May 2011, 08:51 PM
Can you show an example ?
0
Robert
Top achievements
Rank 1
answered on 09 Jul 2011, 10:07 PM
I too would like to see an example.
0
Robert
Top achievements
Rank 1
answered on 09 Jul 2011, 10:15 PM
I too would like to see an example.
0
Cat Cheshire
Top achievements
Rank 1
answered on 10 Jul 2011, 09:43 AM
Tags
ComboBox
Asked by
Jidesh Guptha
Top achievements
Rank 1
Answers by
Yana
Telerik team
Ronald
Top achievements
Rank 1
Robert
Top achievements
Rank 1
Cat Cheshire
Top achievements
Rank 1
Share this question
or