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

DecreaseButtonTitle

configuration

The title of the decrease button of the Slider.

Default: "Decrease"

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