Thanks to visit codestin.com
Credit goes to www.telerik.com

minNumber(default: 0)

The minimum value of the Slider.

Example

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