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

How to add custom toolTip text to kendo Grid coulmn header

1 Answer 366 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ephrem
Top achievements
Rank 1
Ephrem asked on 08 Apr 2013, 10:23 PM

I want add custom toolTip text to kendo Grid coulmn header. right now I can only have a toolTip text for the title of the column as explained below
http://jsbin.com/iropem/8/edit

Thanks,
Ephrem

1 Answer, 1 is accepted

Sort by
0
Iliana Dyankova
Telerik team
answered on 09 Apr 2013, 08:24 AM
Hi Ephrem,

I have already replied to your question in the other forum thread, however I am pasting my reply here too:

In order to achieve this you should specify the text via the tooltip widget's content configuration option. For example:

grid.thead.kendoTooltip({
   //....
   filter: "th",
   content: "Custom Text"
});
 
On a side note, I recommend you checking this forum thread which contains some examples with Kendo UI Tooltip. Also, I believe this blog post will be useful.

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