Completed
Last Updated: 20 May 2015 05:08 by ADMIN
ADMIN
Danail Vasilev
Created on: 17 Oct 2013 11:35
Category: Slider
Type: Bug Report
0
FIX the appearance of Selected Region when the width of the RadSlider exceeds 2100px
When the width of the RadSlider is higher than 2100px, the Selected Region is looks broken.

1 comment
ADMIN
Misho
Posted on: 20 May 2015 05:08
The issue is not reproduced with Q1 2015 SP1 and the following markup:
<telerik:RadSlider runat="server" ID="RadSlider1" IsSelectionRangeEnabled="true" Width="2200px"
MinimumValue="0" MaximumValue="300" SmallChange="1" SelectionStart="100" SelectionEnd="200"></telerik:RadSlider>