dragHandleTitleString(default: "drag")

The title of the drag handle of the Slider.

Example

<input id="slider" style="width: 300px" />
<script>
  $("#slider").kendoSlider({
    dragHandleTitle: "Slider Handle",
    min: 0,
    max: 100,
    value: 50
  });
</script>
In this article
dragHandleTitle
Not finding the help you need?
Contact Support