Completed
Last Updated: 24 Nov 2011 08:55 by ADMIN
FIX. RadSplitButton - mnemonics does not open the drop down until it was opened with click
Completed
Last Updated: 19 Aug 2011 10:03 by ADMIN
FIX. RadDropDownButton, does not show focus cues, until the first time it is clicked.
Completed
Last Updated: 13 Jun 2011 03:58 by ADMIN
FIX. RadSplitButton - TextChanged event is fired before the text is changed
Completed
Last Updated: 25 Apr 2011 07:56 by ADMIN
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.
Completed
Last Updated: 20 Dec 2010 04:25 by ADMIN
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.
Completed
Last Updated: 01 Dec 2010 09:54 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Buttons
Type: Bug Report
0
You can't handle the KeyDown event for RadRadioButton if the key pressed is Enter.
Completed
Last Updated: 01 Dec 2010 09:53 by ADMIN
ADMIN
Created by: Nikolay
Comments: 0
Category: Buttons
Type: Bug Report
0
You can't handle the KeyUp event for RadCheckBox if the key pressed is Enter
Completed
Last Updated: 25 Nov 2010 04:36 by Jesse Dyck
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.
Completed
Last Updated: 15 Nov 2010 09:12 by ADMIN
When disabled RadRadioButtons should beep their current state.
Completed
Last Updated: 16 Sep 2010 10:44 by ADMIN
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);
Completed
Last Updated: 04 Aug 2008 12:48 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Buttons
Type: Bug Report
2
The theme is not applied properly when the button is toggled off.
1 2 3 4 5