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
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.