Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Menu, Application Menu, Context Menu > CheckBoxMenuItem in dropdownBotton

Not answered CheckBoxMenuItem in dropdownBotton

Feed from this thread
  • Posted on Mar 23, 2009 (permalink)

    hi,

    Is there any way of adding radiobutton in dropdownbottom.

    regards,

    Bibek Dawadi

    Reply

  • Deyan Deyan admin's avatar

    Posted on Mar 25, 2009 (permalink)

    Hi Bibek,

    Thanks for your question. Yes, it is possible to add a RadRadioButtonElement in a RadDropDownButton control. You can try using the following code snippet:

    RadRadioButtonElement element = new RadRadioButtonElement(); 
    element.Text = "RadioText"
    this.radDropDownButton1.Items.Add(element); 
     
    element = new RadRadioButtonElement(); 
    element.Text = "RadioText1"

    I hope this will help you to achieve the desired behavior.

    Do not hesitate to get back to me in case of further need.

    Regards,
    Deyan
    the Telerik team

    Check out Telerik Trainer , the state of the art learning tool for Telerik products.

    Reply

Back to Top

Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Menu, Application Menu, Context Menu > CheckBoxMenuItem in dropdownBotton
Related resources for "CheckBoxMenuItem in dropdownBotton"

[ Features | Demos | Documentation | Knowledge Base | Telerik TV | Code Library | Step-by-step Tutorial | Blogs | Self-Paced Trainer ]