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

Value

configuration

The underlying value of the Slider.

value

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