Whenever the column is resized in a way so only part of the headertext is shown, I would like a tooltip to appear. Earlier we did something like this with jQuery if(this.offsetWidth < this.scrollWidth && !$this.attr('title')){ $this.attr('title', $this.text()); } Should be possible to provide a tooltip-template (not just set title attribute)
Hi all,
A similar approach was demonstrated in the following article from our documentation, which explains in detail how to integrate the Kendo Angular Tooltip in Grid:
https://www.telerik.com/kendo-angular-ui/components/tooltip/how-to/show-grid-cells-content/
Regards,
Martin
Progress Telerik
Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.
If no tooltip/title can be defined, then the given title should at least be set as the tooltip for the Headers and the given field data should be set for the cells by default.
The tooltip should be there for truncated header and also for data if it is fully visible due to narrow column width.