This question is locked. New answers and comments are not allowed.
Hi Guys!
I think there is a small bug in the slider.
I set the slider with these properties:
@(Html.Telerik() .Slider<int>() .Name("setGridPageSizeSlider") .Min(10) .Max(40) .SmallStep(10) .LargeStep(10) .ShowButtons(true) .Value(20))I want the default value as 20, but when I set it, the slider handler gets in the wrong place. However the value in the “internal” textbox is correct.
I attached an Image of the result.
Thanks!
Edgar.