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.