This is a migrated thread and some comments may be shown as answers.

Problem with tick number alignment

2 Answers 58 Views
Slider
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Edgar Paulk
Top achievements
Rank 1
Edgar Paulk asked on 04 Apr 2011, 09:28 PM
Hi Guys!

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.

2 Answers, 1 is accepted

Sort by
0
Accepted
Hristo Germanov
Telerik team
answered on 05 Apr 2011, 10:08 AM
Hi Edgar Paulk,

Thank you for reporting this issue.

I confirm this is a bug which will be include with the SP1 version of the Telerik Components for ASP.NET MVC.

For your convenience I have attached common.min.css file which includes the bug fix.

I have updated your Telerik point.

Greetings,
Hristo Germanov
the Telerik team
Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items
0
Edgar Paulk
Top achievements
Rank 1
answered on 05 Apr 2011, 05:41 PM
Thanks! I updated the CSS and now looks perfect!
Tags
Slider
Asked by
Edgar Paulk
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Edgar Paulk
Top achievements
Rank 1
Share this question
or