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

Documentation out of date

1 Answer 69 Views
Documentation
This is a migrated thread and some comments may be shown as answers.
Tzach
Top achievements
Rank 1
Tzach asked on 27 Aug 2008, 03:00 PM
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.

1 Answer, 1 is accepted

Sort by
0
Nikolay
Telerik team
answered on 29 Aug 2008, 11:18 AM
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.
Tags
Documentation
Asked by
Tzach
Top achievements
Rank 1
Answers by
Nikolay
Telerik team
Share this question
or