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

IncreaseButtonTitle

configuration

The title of the increase button of the Slider.

Default: "Increase"

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