Unplanned
Last Updated: 20 Dec 2018 09:55 by ADMIN
ADMIN
Dinko | Tech Support Engineer
Created on: 28 Oct 2016 12:10
Category: Slider
Type: Bug Report
2
Slider: SelectionStart property is set to its Minimum when you focus the selection start thumb and the use the Tab key
Wokraround: Set the Selection property in the constructor of the window using the SelectionRange<T> struct.

public MainWindow()
{
    InitializeComponent();
    this.radSlider.Selection = new SelectionRange<double>(11,16);
}
2 comments
ADMIN
Dinko | Tech Support Engineer
Posted on: 20 Dec 2018 09:55
Hello Tuomas,

Our roadmap is pretty full and this behavior is still not scheduled for a specific timeframe. When the development starts working on it internally, we will change the status to 'In Development', which generally means that the feature will be included in one of the future releases.

Regards,
Dinko
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tuomas
Posted on: 14 Dec 2018 09:04

Hello!

We are running with Telerik Q3 2018 assemblies and this issue is still valid. Since this is confirmed by Telerik when are you going to fix this? Issue is reported 2 years ago.