minNumber(default: 0)

The minimum value of the RangeSlider.

Example

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