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>

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: 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: 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: 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: 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.
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

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.
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.
Declined
Last Updated: 01 Nov 2013 13:06 by ADMIN
The drag handle of a vertical RadSlider that uses the Hay skin, has TrackPosition="TopLeft" and its ItemType is set to Item or Tick, is not displayed.
Completed
Last Updated: 23 Sep 2014 08:25 by ADMIN
ADMIN
Created by: Telerik Admin
Comments: 0
Category: Slider
Type: Bug Report
0