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: 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
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.
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: 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: 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: 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.
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.