Completed
Last Updated: 25 Aug 2016 11:27 by Pierre-Yann
Close the DropDown popup when clicking on the DropDownContent in DropDownButton.

Available in R3 2016 Official Release.
Declined
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 2
Category: Buttons
Type: Bug Report
17
DropDownButton is leaking.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Buttons
Type: Bug Report
8
When a RadMenu/RadContextMenu is used as DropDownContent of a SplitButton/DropDownButton, the DropDownContent  cannot be closed after sub menu items are displayed
Completed
Last Updated: 02 Dec 2019 07:09 by ADMIN
Release LIB 2019.3.1202
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Buttons
Type: Feature Request
7
The native radio button supports validation. Implement validation for the RadRadioButton
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
*  3 Image properties (normal, hover, disabled)
 *  showBorder/flat true/false (Essentially making only the image appear as a button)
 *  if the 3 images are not set then the visual state manager should modify the image to appear disabled or hover with a highlight / mask overlay (or whatever the proper term is).
Completed
Last Updated: 04 Jan 2017 12:51 by ADMIN
SplitButton throws a design time exception with implicit styles if you've included Diagrams.Extensions.xaml
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
Arg_COMException in some cases when used with RoutedUICommand
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Buttons
Type: Feature Request
5
Should work the same as the RadContextMenu. 
Also add support for setting effect (DropShadow... ) to the Dropdown itself.
Unplanned
Last Updated: 05 Jan 2017 07:58 by NR
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Buttons
Type: Feature Request
5
Add Closing event.
Unplanned
Last Updated: 03 Jan 2017 21:02 by ADMIN
Add a visual representation for the IsDefault property like in Microsoft's button.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
Update the Buttons AutomationPeer to use the AutomationProperties attached properties.

As a workaround you can create a custom button control deriving from RadButton. That would allow you to create a custom AutomationPeer class that can return the AutmationProperties.Name value to a narrator application
Completed
Last Updated: 08 Apr 2024 14:24 by ADMIN
Release 2024.1.408

NullReferenceException is thrown if you set the IsChecked property of the RadToggleSwitchButton before the button is added to the visual tree. This happens only when the switch animation is disabled.

To work this around, you can set the AnimationManager.IsAnimationEnabled property of the button to True initially. And then set it back to False on Loaded of the button.

Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Buttons
Type: Feature Request
3
An updated button that appears and acts like a hyperlink but is really a button with no borders but respects the enabled / disabled and all the visual states. 

 *  link should be disabled / grayed out if not enabled or if command guard is not enabled 
 *  could manage the 'visited' as a pressed (not interested in that for me, I just like the simple visual).
 *  the samples/demos homeview provides a nice example where the long text is highlighted and presents the hand icon. The re-styling is however 6 pages long and cumbersome to copy as it references other parts of the sample project (I tried)
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
Make the image inside the buttons to be aware of the FlowDirection.
Unplanned
Last Updated: 24 Jun 2019 09:59 by Vitalij
When IsThreeState property is true, after each click values of IsChecked property cycle like this: null -> false -> true. I would like to reverse this order to null -> true -> false in some cases and a property controlling that order would be a great help.
Completed
Last Updated: 09 Oct 2020 13:24 by ADMIN
Release LIB 2020.3.1012
A StackOverflowException occurs when you press a RadDropDownButton placed into the DropDownContent of another RadDropButton.

To work this around, subscribe for the LostMouseCapture event of the parent drop down button and handle it.

private void DropDownButton_LostMouseCapture(object sender, MouseEventArgs e)
{
      e.Handled = true;
}
Completed
Last Updated: 10 Oct 2016 14:23 by ADMIN
The issue can be reproduced with DatePicker inside of ComboBoxItem ItemTemplate.

Available in LIB Version 2016.3.1010, it will be also available in the 2016 R3 SP1.
Unplanned
Last Updated: 28 Sep 2023 10:49 by ADMIN
The UI freezes if the DropDownContent of RadDropDownButton has a native Run element and the CloseOnPopupMouseLeftButtonUp property is set to True.
Completed
Last Updated: 25 May 2023 13:36 by ADMIN
If you have a tooltip on a button and focus the button before hovering it, the tooltip is not shown
1 2 3