Completed
Last Updated: 04 Jun 2019 10:53 by ADMIN
Release LIB 2019.2.610 (06/10/2019)
As a workaround, the HandlesVisibility property of the RadSlider can be set to Visible.
Completed
Last Updated: 16 Sep 2016 10:01 by Ivan
Created by: Ivan
Comments: 0
Category: Slider
Type: Feature Request
1
The RadSlider supports the "increase" and "decrease" handles, but "decrease" only decrements SelectionStart, and "increase" only increments SelectionEnd. Ideally there'd be an option for *two* sets of buttons at each end of the slider, an "increase" and "decrease" pair, so that both SelectionStart and SelectionEnd could be *either* increased *or* decreased independently. See the attached illustration. Thanks! 

There is IncreaseDecreaseHandlesOnBothEnds SDK demo available since R3 2016 Release.
https://github.com/telerik/xaml-sdk/tree/master/Slider/IncreaseDecreaseHandlesOnBothEnds
Unplanned
Last Updated: 03 Jan 2017 21:09 by ADMIN
Expose an easier approach for styling the buttons that are placed over the slider's track. For example Style properties. Those RepeatButtons have their x:Names set to "LargeIncreaseHandler" and "LargeDecreaseHandler". 

Currently, in order to modify their appearance (like Background for example) you will need to override the entire ControlTemplate of RadSlider.
Unplanned
Last Updated: 09 Jan 2023 14:18 by Stenly

In the default control template of the RadSlider, the Track element is represented by a ContentControl control. When using the Xaml version of the assemblies, it would require extracting the TrackStyle, in order to base the custom one on it. An alternative would be to use the ChildrenOfType method to retrieve the ContentControl with x:Name="Track" and apply the needed modifications.

Both of these approaches could be a bit overwhelming when only the Width/Height properties of this Track element would need to be updated.

We could expose additional properties for changing the Width/Height values of this ContentControl (x:Name="Track").

Completed
Last Updated: 09 Oct 2014 10:44 by ADMIN
When the slider is hosted in a TabControl its bindings don't work as expected when switching tabs

Fixed in Q3 2014
1 2