This is a migrated thread and some comments may be shown as answers.

Is "Drag" tooltip hard coded?

3 Answers 165 Views
Slider
This is a migrated thread and some comments may be shown as answers.
shaneed
Top achievements
Rank 1
shaneed asked on 09 Jun 2014, 06:25 AM
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

Sort by
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!
 
0
Galina
Top achievements
Rank 1
answered on 09 Sep 2015, 10:07 AM

Hi,

How can we change the value of the title attribute to show the current value?

0
Iliana Dyankova
Telerik team
answered on 10 Sep 2015, 03:33 PM
Hi Galina,

For this  I would suggest to get the current value via the slider value method and set it in its  event. For your convenience here is a basic example.

Regards,
Iliana Nikolova
Telerik
 
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
 
Tags
Slider
Asked by
shaneed
Top achievements
Rank 1
Answers by
Iliana Dyankova
Telerik team
Galina
Top achievements
Rank 1
Share this question
or