New to Kendo UI for jQueryStart a free 30-day trial

Ticks

Along the track, the ticks of the RangeSlider indicate the values which result from each incremented predefined step. The component allows you to control the position of the ticks through the tickPlacement option.

    <div id="rangeSlider">
      <input />
      <input />
    </div>

    <script>
      $("#rangeSlider").kendoRangeSlider({
      	tickPlacement: "topLeft"
      });      
    </script> 

See Also

In this article
See Also
Not finding the help you need?
Contact Support