New to Kendo UI for jQueryStart a free 30-day trial

Min

configuration

The minimum value of the Slider.

min

Number

Default: 0

<input id="slider" style="width: 300px" />
<script>
  $("#slider").kendoSlider({
    min: -50,
    max: 50,
    value: 0,
    smallStep: 2
  });
</script>
Not finding the help you need?
Contact Support