calling Event in Control Designer

Posted by Community Admin on 04-Aug-2018 17:40

calling Event in Control Designer

All Replies

Posted by Community Admin on 24-Jan-2012 00:00

I have a drop down in the Edit properties window i need to bind one more dropdown based on the one dropdown seleccted index change. Can i know the way to call the selected index changed event.

Posted by Community Admin on 27-Jan-2012 00:00

Hi Aparna,

We have replied to you in the support thread you had open on the same issue, please check our response there. For your convenience I'm pasting our reply below as well:
"Actually, since you'll be working int he designer, you should not make a postback, but rather operate with the data client-side. In your custom designer javascript you can subscribe to the selectedValueChanged event of your control and there you can rebind your second drop down. This will allow you to have access to the selected value of the first dropdown and pass it to the second one.
"

Kind regards,
Boyan Barnev
the Telerik team

Do you want to have your say in the Sitefinity development roadmap? Do you want to know when a feature you requested is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items

This thread is closed