maxNumber(default: 10)

The maximum value of the Slider.

Example

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