
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
Pls guide me how to go about it.
Thanks
Jidesh
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);
Thanks
Jidesh
5 Answers, 1 is accepted
0
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
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
You can find example here: http://www.telerik.com/help/aspnet-ajax/combobox-server-side-selectedindexchanged.html