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

specifying selectedindexchanged event for radcombo in usercontrol

1 Answer 58 Views
ComboBox
This is a migrated thread and some comments may be shown as answers.
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Albert Shenker asked on 11 Oct 2012, 05:58 PM
I have a radcombobox in a user control. I handle the SelectedIndexChanged client-side event of the combobox to perform some actions on the display text of the combo box within the user control. In some scenarios, I need to be able to run some other javascript on the page which contains the user control when an item is selected. I essentially need to hande the combo's selectedindexchanged event within the page which contains the user control. I can, of course, wire it up so the javascript handler in the parent page REPLACES what is normally run in the selectedindexchanged handler, however, what I need is to be able to run both... what is normally run in the user control, and what is run additionally in the parent page. The handler in the user control should probably run fiirst. Can anyone help me figure out how to accomplish this?

1 Answer, 1 is accepted

Sort by
0
Ivana
Telerik team
answered on 16 Oct 2012, 01:47 PM
Hi Albert,

Would you post a support ticket on this and send us a sample page/project of what you are trying to achieve? This way we will have the chance to take a look at the very same case on which you are working on and hopefully provide you with an adequate solution.

Thanks!

Regards,
Ivana
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
Tags
ComboBox
Asked by
Albert Shenker
Top achievements
Rank 1
Veteran
Iron
Answers by
Ivana
Telerik team
Share this question
or