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

ShowButtons

configuration

Can be used to show (true) or hide (false) the increase and decrease buttons of a Slider.

Default: true

<input id="slider" style="width: 300px" />
<script>
  $("#slider").kendoSlider({
    showButtons: false,
    min: 0,
    max: 100,
    value: 40
  });
</script>
Not finding the help you need?
Contact Support