Completed
Last Updated: 20 May 2015 10:30 by ADMIN
ADMIN
Slav
Created on: 13 Jan 2015 11:53
Category: Slider
Type: Bug Report
0
Problem with the position of increase and decrease handles in Lightweight RadSlider with vertical orientation
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>
1 comment
ADMIN
Misho
Posted on: 20 May 2015 10:30
The issue is not reproducible with Q1 2015 SP1