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
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
*  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).
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: 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
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: 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.
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: 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.
Unplanned
Last Updated: 05 Jan 2017 09:52 by ADMIN
MouseLeave event is never fired after we change the Them of the controls from a control located in the DropDownContent. Therefor the controls IsMouseOver property is true and looks like it is hovered.
Unplanned
Last Updated: 05 Jan 2017 07:58 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Buttons
Type: Feature Request
2
Implement functionality similar to http://demos.telerik.com/aspnet-ajax/button/examples/togglebutton/defaultcs.aspx
Unplanned
Last Updated: 22 Feb 2017 14:25 by ADMIN
Implement mechanism that allows positioning the drop down content of RadDropDownButton when the DropDownPlacement property is set to Absolute or Relative. Something like DropDownHorizontalOffset and DropDownVerticalOffset.
Unplanned
Last Updated: 03 Jan 2017 21:09 by ADMIN
DropDownButton's DropDownContent blinks when its template and its parent's ControlTemplate are changed at runtime
Unplanned
Last Updated: 03 Jan 2017 20:36 by ADMIN
ADMIN
Created by: Peshito
Comments: 0
Category: Buttons
Type: Feature Request
1
It should be possible to specify whether the drop down should stretch to the width of the button or whether it should be left - right aligned. The same should apply for the vertical positioning when the popup appears left or right of the button.
Unplanned
Last Updated: 04 Nov 2024 16:07 by Stenly

When using the RadToggleSwitchButton and the CheckedContent and UncheckedContent properties are not utilized, in some themes, the on and off states cannot be correctly distinguished. For example, the track or the thumb does not indicate whether the button is checked or not.

Themes, in which this is present are the following ones:

  • Material
  • Office2013
  • Windows8 and Windows8Touch
  • OfficeBlack, OfficeBlue, and OfficeSilver 
Unplanned
Last Updated: 10 Jan 2023 14:13 by Martin Ivanov
Add event in RadHyperlinkButton, that allows you to cancel the click action and replace it with custom one. The event can be executed only if the url is invalid, so you can decide if you should leave the default exception that is thrown in this case or if you want to cancel the opening action and implement custom action. 
Unplanned
Last Updated: 27 Jun 2022 08:11 by Martin Ivanov
The RadSplitButton implements the IDisposable interface, but its Dispose method cannot be overridden. Make it protected virtual so its default logic can be extended or replaced when creating a custom button class.