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").

Unplanned
Last Updated: 24 Jul 2019 08:30 by ADMIN

Currently hiding certain ticks requires custom empty tick template or custom ticktemplate selector. When resizing such slider labels get overlapped because tick panel reserves space for the ticks - to preserve the proportions between tick values.

So user needs to use Canvas in the datatemplate of the tick.

The idea of this feature request is to somehow allow such feature out of the box with eventually additional property / behavior / built-in selector etc.

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:11 by ADMIN
Currently, the containers for the ticks are generated and added in the visual tree even when the TickPlacement is set to None. Think of an improvement so that in this case the ticks are not added in the visual tree.
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: 05 Jan 2017 07:59 by ADMIN
Add the ability to align the RadSlider ticks when they are used in custom TickTemplate. The ticks are currenlly always top/left aligned depending on the slider orientation.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Add possibility to input value like in the sliders from MS Expresion Blend 's ColorPicker
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Implement Free/Lock/Push Thumbs interaction Modes like the ones in the Telerik RadSlider for Asp Ajax
http://demos.telerik.com/aspnet-ajax/slider/examples/thumbsinteractionmode/defaultcs.aspx
Completed
Last Updated: 18 Nov 2016 11:26 by Eti
ADMIN
Created by: Telerik Admin
Comments: 1
Category: Slider
Type: Feature Request
16
Implement out-of-the-box support for ToolTip to display the value during a drag even when the RadSlider.IsDeferredDraggingEnabled property is set to True.

Available in R1 2017 Release
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Slider
Type: Feature Request
4
Mechanism to allow/force a refresh/rebind of the data template for the ticks needed
Unplanned
Last Updated: 05 Jan 2017 07:59 by Radoslav
Add PreviewSelectionStartChanged, PreviewValueChanged and PreviewSelectionEndChanged.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
Among with the minimum and the maximum, an allowed minimum  and alllowed maximum are needed to limit the sliders` selection range
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Slider
Type: Feature Request
4
Ability to snap the slider only at particular ticks
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Slider
Type: Feature Request
2
Notification when reaching a tick.
Completed
Last Updated: 10 Sep 2020 17:39 by ADMIN
Release R3 2020
ADMIN
Created by: Telerik Admin
Comments: 2
Category: Slider
Type: Feature Request
19
Add multiple thumbs (more than 2). This would enable multiple ranges.
Unplanned
Last Updated: 05 Jan 2017 07:59 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Slider
Type: Feature Request
3
Implement separate templtes for Top/Left and Bottom/Right ticks.