maxNumber(default: 10)

The maximum value of the RangeSlider.

Example

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