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: The allied largeStep will also set large tick for every large step.

Example

<div id="rangeslider" style="width: 200px;">
    <input />
    <input />
</div>
<script>
    $("#rangeslider").kendoRangeSlider({
        largeStep: 10,
        min: 0,
        max: 100,
        selectionStart: 20,
        selectionEnd: 60
    });
</script>
In this article
largeStep
Not finding the help you need?
Contact Support