Skip Navigation LinksHome / Community & Support / Developer Productivity Tools Forums / WinForms > Documentation > Documentation out of date

Not answered Documentation out of date

Feed from this thread
  • Tzach avatar

    Posted on Aug 27, 2008 (permalink)

    Hi Telerik support,
    I'm using RadControls for Winforms and was trying to follow the RadTreeView instructions on how to add Context menus. For the past 10 minutes I'm trying to find RadDropDownMenu until I found in a web site that it was replaced by RadContextMenu.

    Reply

  • Nikolay Nikolay admin's avatar

    Posted on Aug 29, 2008 (permalink)

    Hi Tzach,

    Thank you for pointing this out.

    Indeed, in order to apply a context menu to RadTreeView, you should set its RadContextMenu property to RadContextMenu.DropDown instead of RadDropDownMenu:
    // Assign a context menu to the whole RadTreeView  
    this.radTreeView1.RadContextMenu = this.radContextMenu1.DropDown;  
    // Assign a context menu to a node  
    this.radTreeView1.Nodes[0].ContextMenu = this.radContextMenu1.DropDown; 

    This change will be scheduled for documentation in our next release. I have updated your Telerik points account for the report.

    If you have additional questions, feel free to contact me.

    Sincerely yours,
    Nikolay
    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 > Documentation > Documentation out of date
Related resources for "Documentation out of date"

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