Unplanned
Last Updated: 02 Jan 2025 14:58 by Craig
Created by: Craig
Comments: 0
Category: Slider
Type: Feature Request
14
Currently when pressing the tab key, it skips over the sliders. and there isn't an ability to interact with the keyboard.
Allow to increase decrease the value
Unplanned
Last Updated: 15 Apr 2024 11:49 by Marc
Created by: Marc
Comments: 0
Category: Slider
Type: Feature Request
2
Add the option to include a Label as part of the thumb template - it should always be visible and move along with the thumb.
Unplanned
Last Updated: 07 Apr 2025 08:26 by ADMIN
The control is enabled even when IsEnabled is set to false. 
Unplanned
Last Updated: 14 Jun 2024 09:12 by Cameron

I would either expect the slider to be slideable to the far right end value regardless of the TickStep interval by default. OR there should be a property that allows the slider to be dragged to the end ignoring the TickStep when SnapMode property is set to SnapToTicks 

Here is the setup:

    <VerticalStackLayout Spacing="25"
                         Padding="30,0"
                         VerticalOptions="Center">
        <telerik:RadSlider Minimum="1" x:Name="slider"
                           Maximum="15" 
                           TicksPlacement="End"
                           SnapMode="SnapToTicks"
                           LabelsPlacement="End"
                           TickStep="3" />
    </VerticalStackLayout>

and the result, I cannot drag the thumb to maximum value which is 15.

 

 

 

 

 

 

Unplanned
Last Updated: 16 Apr 2025 13:16 by Haidar
When a TelerikSlider is placed inside a layout that contains a view above the slider (e.g. a BoxView) that toggles visibility based on the slider’s value, an unexpected behavior occurs:

If the user is clicking on a slider value that toggles the visibility of the green box to change (either show or hide), the slider thumb continues to follow the mouse cursor even after the drag should have ended. This continues until the user explicitly clicks somewhere on the slider again.
Unplanned
Last Updated: 14 May 2025 15:15 by Haidar
When applying a style through triggers the position of the track is misplaced only first time.
Unplanned
Last Updated: 14 May 2025 15:27 by Haidar
Thumb position is misplaced when applying style through trigger and setting width.