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

Value doesn't render properly

2 Answers 47 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 05 Apr 2011, 06:17 PM

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.

2 Answers, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 06 Apr 2011, 08:20 AM
Hello Edgar Paulk,

Thank you for contacting us.

I tried to reproduce the problem - to no avail. I am sending my test project for your reference. Could you please examine it and try to reproduce the problem?

All the best,
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 06 Apr 2011, 09:20 AM

I tried your project, and indeed work the way it's supposed to. I will continue to test further, and I will post here any findings.

Thanks!

Edgar

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