largeStepNumber(default: 5)

The delta with which the value will change when the user presses the Page Up or Page Down key (the drag handle must be focused). Note: largeStep will also set a large tick for every large step.

Must be a positive number, larger than smallStep.

Example

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