Completed
Last Updated: 22 Jun 2022 12:31 by ADMIN
  <telerik:RadSlider ID="RadSlider_Ticks" runat="server" MinimumValue="0" MaximumValue="5"
                                        SmallChange="1" LargeChange="1" ItemType="tick" Height="40px" Width="400px" TrackPosition="TopLeft"
                                        AnimationDuration="400" ThumbsInteractionMode="Free" AutoPostBack="True"
                                         Skin="Metro"      RenderMode="Classic"  >
                                    </telerik:RadSlider>
Completed
Last Updated: 21 Apr 2022 11:53 by ADMIN
RadSlider ticks are not positioned properly in IE11 with TrackPosition="TopLeft" and lightweight rendering.
Completed
Last Updated: 14 Sep 2021 12:30 by ADMIN
Release Q1 2016
When a RadSlider with Lightweight render mode and 100% width is vertically oriented, the text of its items has a fixed size that is not enough to fully display a larger text. 
Completed
Last Updated: 14 Sep 2021 12:29 by ADMIN
Release Q1 2015 SP1
If a horizontal RadSlider is set with ItemType=Tick or ItemType=Item, its decrease and increase handles are disabled and the MetroTouch/BlackMetroTouch skin is used, the ticks will not be positioned correctly. The effect depends on the value of the TrackPosition property:

   - If TrackPosition=TopLeft, all ticks will be misplaced.
   - If TrackPosition=BottomRight or TrackPosition=Center, the last tick will appear on a new line.
Completed
Last Updated: 14 Sep 2021 12:29 by ADMIN
Release Q1 2016
When a RadSlider control is set with ItemType="Item" and has items that are not rendered (they are set with Visible="false"), the drag handle is positioned as if the invisible items are present in the slider.
Won't Fix
Last Updated: 10 Aug 2021 14:39 by ADMIN
Configuring ItemType and Items properties of RadSlider through the properties window in Visual Studio is not possible (leading to errors).

Video: http://screencast.com/t/sySwxXRQ
Declined
Last Updated: 26 May 2021 19:42 by ADMIN
Created by: Gary
Comments: 1
Category: Slider
Type: Feature Request
1
Can you add a close animation to a RadSlider similar to how you can set an opening animation/duration. If so can the animation duration be set independently for open/close.
Unplanned
Last Updated: 19 Apr 2021 14:24 by ADMIN

When SmallChange="1" and LargeChange="1" properties are equal, the Labels of the last RadSlider item are not centered on tick.

Code to reproduce:

        <telerik:RadSlider RenderMode="Lightweight" runat="server" ID="RadSlider1"
            Orientation="Horizontal" MinimumValue="0" MaximumValue="30"
            Width="370px" Height="70px" ItemType="tick"
            SmallChange="1" LargeChange="1">
        </telerik:RadSlider>

Unplanned
Last Updated: 22 Jun 2020 10:23 by ADMIN
ADMIN
Created by: Slav
Comments: 6
Category: Slider
Type: Feature Request
6
Currently the property LargeChange of RadSlider controls the following behaviors:

 - The interval for displaying value numbers in a slider with ticks;

 - The interval for moving the drag handle when an item in the slider is clicked. For example when LargeChange is set to 10, the currently selected value is 30 and the item with value 50 is clicked, the drag handle will be moved to 40;

Separating these functionalities will allow directly moving the drag handle to a clicked value on the slider track and displaying value numbers in the slider at the same time.
Unplanned
Last Updated: 18 Jun 2020 15:55 by ADMIN
ADMIN
Created by: Peter Milchev
Comments: 0
Category: Slider
Type: Feature Request
0
When scrolling the page and the finger is on the slider, the slider value changes.

The following code prevents the scrolling when you scroll from the slider.

function pageLoadHandler() {
    $telerik.$(".RadSlider").on('touchstart', function (e) {
        e.preventDefault();
    });
}
Sys.Application.add_load(pageLoadHandler);
Unplanned
Last Updated: 31 Mar 2020 12:09 by ADMIN
When the ItemType property of RadSlider is set to Item, the ticks of the control are positioned between its items. This feature will allow you to change the position of the ticks so that they will appear on the actual items, not between them.
Declined
Last Updated: 01 Aug 2016 13:59 by ADMIN
ADMIN
Created by: Slav
Comments: 2
Category: Slider
Type: Feature Request
3
It will be possible to include more than one selection range in RadSlider.
Declined
Last Updated: 30 Jun 2016 13:22 by ADMIN
ADMIN
Created by: Slav
Comments: 1
Category: Slider
Type: Feature Request
3
It will be possible to create a non-linear RadSlider, the items/values of which will not be positioned evenly on the slider track. This distribution of the items/values will be determined by a custom function.
Declined
Last Updated: 30 Jun 2016 12:10 by ADMIN
When ItemType=Item and AutoPostBack=true RadSlider performs the postback in the onmousedown event of the increase/decrease handles. This should happen only when the button is clicked with this item type, because there isn't a small change. This will allow the end user to change his/her mind like a regular button would allow you to click, hold the mouse button down, move the mouse out of the button and release without performing the postback.
Won't Fix
Last Updated: 04 Dec 2015 09:07 by ADMIN
When you set the Width property of a RadSlider control in Classic render mode with a percentage value, the width will be used in pixels instead. For example, if you set it to 100%, it will become 100px.
Completed
Last Updated: 20 May 2015 10:30 by ADMIN
When a RadSlider is in Lightweight render mode and it is configured to be vertically oriented, its decrease and increase handles are positioned outside of the container of the control. As a result they could appear in elements that are located above and below the slider.

Currently this can be avoided if you add margin to the slider:

    <style type="text/css">
        .rslVerticalSlider {
            margin: 2em 0;
        }
    </style>

    <telerik:RadSlider ID="RadSlider1" CssClass="rslVerticalSlider" runat="server"
             Orientation="Vertical" RenderMode="Lightweight">
    </telerik:RadSlider>
Completed
Last Updated: 20 May 2015 10:25 by ADMIN
When the RadSlider control is in Lightweight render mode and its property TrackPosition is set to TopLeft, its elements are centered vertically or horizontally depending on the orientation of the control. It is easier to see this behavior when the slider has a bigger width in vertical orientation and bigger height in horizontal orientation.

The text of the slider items of RadSlider with ItemType="Item" and Orientation="Vertical" is aligned to the right.
Completed
Last Updated: 20 May 2015 05:08 by ADMIN
When the width of the RadSlider is higher than 2100px, the Selected Region is looks broken.

Declined
Last Updated: 19 Mar 2015 13:28 by ADMIN
The RadSlider is displayed incorrectly under IE7 when it is placed in a container with dir="rtl", the visibility of which is switched.
Declined
Last Updated: 17 Mar 2015 08:36 by Elena
Hello Support,

I'm using Telerik Version = 2012.3.1308.35 and have the following problem:

RadSlider is not fully rendered when inside RadGrid GridTemplateColumn and RadGrid is located inside a <div> element and postback is initiated

Please find attached a sample application:
- Run application
- Press 'Show Grid' button
- Ticks and tick labels are not rendered

1 2