Hello,
I am trying the Kendo Slider for ASP MVC and want to set the inital values programatically. To do this I have this line of code:
@Html.Kendo.RangeSlider.Name(
"rangesliderStadtverkehr"
).Min(0.6).Max(5.5).SmallStep(0.1).LargeStep(1).Values(
CDbl
(0.6),
CDbl
(5.5))
But when the site is rendered the selectionStart-value is set to 6 and the selectionEnd-value is set to 55. It seems that the decimal-point ist forgotten.
An additional problem is a linebreak at the end of the renderd slider. For both problems I have added an attachment.
Can you help me to fix the problems? Thank you.
Best regards, Martin