orientationString(default: "horizontal")

The orientation of a RangeSlider - "horizontal" or "vertical".

Example

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