How to expose dropdown selectindexchanged event in custom co

Posted by Community Admin on 04-Aug-2018 16:16

How to expose dropdown selectindexchanged event in custom control?

All Replies

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

Hi Experts,

              How to Expose DropDown SelectIndexChanged Event in Custom Control?

Thanks,
subrahmanyam.i

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

Hello Subrahmanyam,

In order to do so, you need to use GetControl<T> method as in the following example:

protected internal virtual HtmlGenericControl ItemsContainer
    get
    
        return this.Container.GetControl<HtmlGenericControl>("itemsContainer", true);
    

Kind regards,
Jen Peleva
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