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
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!