The docs imply that to add a RadDropDownMenu to a form you should select it from the Toolbox, but there is no RadDropDownMenu on the toolbox.
Am I missing somethins?
3 Answers, 1 is accepted
0
Jordan
Telerik team
answered on 04 Aug 2008, 08:16 AM
Hi Eric,
Thank you for writing.
It seems that there are still some parts of the documentation that are not updated to reflect the changes in menus in the Q2 2008 release. This will soon be corrected.
The RadDropDownMenu component has been replaced by RadContextMenu in the VS Toolbox.
Here is an extract from the Q2 2008 release notes:
New easy to use RadContextMenu component, which replaces the RadDropDownMenu in the VS toolbox. Offers advanced design-time support.
I'm also having the same problem. Well, not quite de same, but related.
The RadDropDownMenu has been replaced for RadContextMenu which is better and all. Great! ;)
The docs state that to set a ContextMenu in design (or in the code) to a RadTreeView one has to add a RadContextMenu to the form, and then assign that RadContextMenu to the RadTreeViews's RadContextMenu property.
The problem is that property accepts an object of the RadDropDownMenu type. Maybe a bug here ? Or am I missing something?
Thanks!
0
Nikolay
Telerik team
answered on 18 Nov 2008, 02:06 PM
Hi Stargazer,
You are correct. RadTreeView still accepts an object of type RadDropDownMenu for its RadContextMenu property. Therefore, please use the DropDown property of the RadContextMenu instance: