Hello Rahul,
You can achieve the desired behavior by applying the following adjustments:
1) The cell's text is wrapped in a child
<span> element; filter out the empty spans to prevent the Tooltip from showing when hovering empty cells.
2) Check whether the hovered cell is a
<th>, and, if so, return the content of its child that is actually containing the text that you want to show in the Tooltip (in the discussed case - an
<a> element with class '
k-link').
For example:
I hope this helps.
Regards,
Dimiter Topalov
Telerik
Join us on our journey to create the world's most complete HTML 5 UI Framework -
download Kendo UI now!