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>