Setting ToolTip of RadListVisualItem of CommandBarDropDownList does not show the tool tip
CommandBarSplitButton and CommandBarDropDownButton should implement IItemsOwner interface.
FIX. CommandBarDropDownList - the control Text property does not return the entered text in the editable area
1. Open solution and double-click on Form1.vb 2. select any of the buttons up top in the RadCommandbar like the Back button and then double click on it so it adds an event to the code file. 3. It should have taken you to the even when added, so now delete the event method that was generated. 4. Click on the Form1.vb [Design] file and you should see the error.
In some cases, when you type on a CommandBarTextBox, its Text property does not get updated.
When a menu popup is opened with a shortcut its location is initially not correct. If you open the menu by clicking on it its location will be correct. If you then move the form containing the menu and use the shortcut again the location will be the last location of the menu item opened by mouse click. When a split button is in the command bar and you click on the action part the location of the popup is initially not correct. If you click on the arrow part the location will be correct and after that if you click on the action part the popup location will be again correct. If you move the form containing the command bar, containing the split button and click on the action part location of the popup will be the last location of the popup opened by arrow part click.
FIX. RadCommandBar - selecting default item for CommandBarSplitButton prevents the drop down from being opened
PopUpOpened event does not fire then the CommandBarDropDownList is created runtime.