This question is locked. New answers and comments are not allowed.
Hi Guys!
I set the slider with this properties:
for some reason, the number 40 gets pretty misaligned.
Any Idea how to fix this?
Thanks!
Edgar.
I set the slider with this properties:
@(Html.Telerik() .Slider<int>() .Name("gridPageSize") .Min(10) .Max(40) .SmallStep(10) .LargeStep(10) .ShowButtons(false) .Value(20))for some reason, the number 40 gets pretty misaligned.
Any Idea how to fix this?
Thanks!
Edgar.