Completed
Last Updated: 13 Jul 2021 12:09 by ADMIN
Thomas
Created on: 30 May 2017 08:37
Category: Grid
Type: Feature Request
15
Grid column width tooltip
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)
3 comments
ADMIN
Martin
Posted on: 13 Jul 2021 12:09

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.

Rumeth
Posted on: 16 Mar 2018 07:45
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.
Anand
Posted on: 07 Nov 2017 15:06
The tooltip should be there for truncated header and also for data if it is fully visible due to narrow column width.