When a RadMenuButtonItem is in the menu dropdown, its Click event fires twice.
The arrow button of RadSplitButton is cut if you set a longer text and TextWrap=true.
1. Create a new application and add RadButton. 2. Set AcceptButton property of the form to point to the button. 3. Run the application and try to hover the button.
FIX. RadSplitButton - mnemonics does not open the drop down until it was opened with click
FIX. RadDropDownButton, does not show focus cues, until the first time it is clicked.
FIX. RadSplitButton - TextChanged event is fired before the text is changed
FIX. RadRadioButton shape can not be set with Office2010 themes COMMENT. In order to achieve the required design all Office2010 themes use Image Shapes. When an Image Shape is applied to an element, its shape cannot be customized. Thus, the behavior observed in the QSF > Buttons > RadRadioButtons demo, i.e. custom shapes cannot apply to the RadioMark and the CheckMark, is expected.
RadSplitButton shows incorrect the vertical scroll bar (overlaps the buttons and the thumb) and shows only the first item, when only two items are added.
You can't handle the KeyDown event for RadRadioButton if the key pressed is Enter.
You can't handle the KeyUp event for RadCheckBox if the key pressed is Enter
The mouse right button should not fire the click event of the radbutton. A check should be performed, which only fires the click in case it was clicked by the left button. Possibly, this check should be performed at the TPF level, so it will be available for all controls.
When disabled RadRadioButtons should beep their current state.
The following events does not fire: radMenuComboItem1.DropDownClosing += new RadPopupClosingEventHandler(radMenuComboItem1_DropDownClosing); radMenuComboItem1.DropDownClosed += new RadPopupClosedEventHandler(radMenuComboItem1_DropDownClosed); The ComboBoxItem has been replaced with a RadDropDownList. The following events are fired as expected: this.radSplitButton1.DropDownButtonElement.DropDownClosing += new RadPopupClosingEventHandler(DropDownButtonElement_DropDownClosing); this.radSplitButton1.DropDownButtonElement.DropDownClosed += new EventHandler(DropDownButtonElement_DropDownClosed);
The theme is not applied properly when the button is toggled off.