- We have project called ProjectOne with a Form1 in in. - this form inherits from RadForm - add RadMenu with one item in it - Create second project called ProjectTwo with Form2 in it - make Form2 inherit from Form1. - design time error appears.
Add functionality (DropDownNeeded event for example) for load on demand for child menu items in RadMenu.
In design time if the visibility property of menu item has been changed to Hidden / Collapsed it should remain visible for the designer.
ButtonElements in RadMenuButtonItems are not shown correctly, their are cut from the right side.
Changing Name property in design time for RadMenuItems brings an exception.
In some situation, the DropDown menu remains opened when the end user leave it and click somewhere on the form.
SubMenu items MUST completely occlude the right pane of the Application Menu, regardless of the number of items available in the menu options.
There should be a convenient API which can be used to hide/show/rotate the arrows of RadMenuItems.
Automatically display scrollbars when total menu item height exceeds the available screen area.
Adding that are not RadMenuItemBase derivates should not be allowed. If there is a need for custom elements in the dropdownmenu, these elements should be hosted by a RadMenuItemBase derivative (for example RadMenuItem)
RadMenu accepts keyboard commands even though its parent Form is not active. The normal behavior is that RadMenu processes keyboard only when its parent form is activated.