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

Max

configuration

The maximum value of the Slider.

max

Number

Default: 10

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