Is there a way to set the "Drag" tooltip for kendo slider? I currently see the tooltip appearing as "Drag" and could not found a way to set it. Can you please let me know hot to set the custom tooltip in place of "Drag".
3 Answers, 1 is accepted
0
Iliana Dyankova
Telerik team
answered on 09 Jun 2014, 12:40 PM
Hi Shaneed,
For this requirement you can change the value of the title attribite. As an example:
$(".k-draghandle").attr('title', 'Some other content');
Regards,
Iliana Nikolova
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!