Completed
Last Updated: 18 Oct 2012 08:46 by ADMIN
1. Create new project with RadCommandBar and add a button in it.
2. Set the button's AutoSize property to false.
3. Run the project and try to hide the button by clicking the overflow button.
Completed
Last Updated: 07 Sep 2012 08:47 by ADMIN
ADMIN
Created by: Ivan Todorov
Comments: 0
Category: CommandBar
Type: Bug Report
0
Add a command bar button with the following configuration:
DrawText = true;
Text = "&New";
UseMnemonic = true;
ShowKeyboardCues = true;

and try to click it with Alt + N. You will see that you cannot.
Completed
Last Updated: 04 Sep 2012 03:15 by ADMIN
The ItemClicked event of CommandBarStripElement does not fire when the strip is floating.
Completed
Last Updated: 15 Mar 2012 11:22 by ADMIN
To reproduce:
- add command bar to a form and dock it top
- add button below the command bar and dock it fill
- click the command bar and try to open the Rows collection editor from the properties window
Completed
Last Updated: 08 Feb 2012 05:16 by Svetlin
Setting ToolTip of RadListVisualItem of CommandBarDropDownList does not show the tool tip
Completed
Last Updated: 26 Aug 2011 00:03 by Jesse Dyck
FIX. CommandBarDropDownList - the control Text property does not return the entered text in the editable area
Completed
Last Updated: 15 Jul 2011 09:25 by ADMIN
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.
Completed
Last Updated: 05 Jul 2011 04:52 by ADMIN
In some cases, when you type on a CommandBarTextBox, its Text property does not get updated.
Completed
Last Updated: 19 May 2011 03:54 by ADMIN
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.
Completed
Last Updated: 21 Feb 2011 05:03 by ADMIN
FIX. RadCommandBar - selecting default item for CommandBarSplitButton prevents the drop down from being opened
Completed
Last Updated: 23 Dec 2010 02:34 by ADMIN
PopUpOpened event does not fire then the CommandBarDropDownList is created runtime.
1 2 3