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

[Solved] strange behaviour when click decrease

2 Answers 14 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.
Ahmed
Top achievements
Rank 1
Ahmed asked on 12 Mar 2012, 11:37 AM
Hello
i have a slider as below when i put the min value (0)
the decrease button does not work anymore !
@(Html.Telerik().Slider<int>()
.Name("SlideId")
.Min(1)
.Max(141)
.Value(50)
 )

when i put the .Min(0) it works fine !!!

2 Answers, 1 is accepted

Sort by
0
Hristo Germanov
Telerik team
answered on 12 Mar 2012, 12:27 PM
Hello Ahmed Elloumi,

This bug is already fixed. Please update to the latest version of Telerik Components for ASP.NET MVC and if you have any problems, please tell us.

All the best,
Hristo Germanov
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the Telerik Extensions for ASP.MET MVC, subscribe to their blog feed now.
0
Ahmed
Top achievements
Rank 1
answered on 12 Mar 2012, 01:43 PM
I update Q1.2012.1.214
that works fine.
Tags
Slider
Asked by
Ahmed
Top achievements
Rank 1
Answers by
Hristo Germanov
Telerik team
Ahmed
Top achievements
Rank 1
Share this question
or