Skip to content

Infragistics Community Forum / Web / Ignite UI for ASP.NET Core / Tooltips for Jquery grid headers

Tooltips for Jquery grid headers

New Discussion
Nick Portelli
Nick Portelli asked on Jul 8, 2025 9:30 PM

Is there a way to get tooltips for the grid headers and not the data cells?

Sign In to post a reply

Replies

  • 0
    Georgi Anastasov
    Georgi Anastasov answered on Jan 30, 2023 8:37 AM

    Hello Nick,

    I have been looking into your question and currently we don’t provide a build in tooltips for the headers of the igGrid, it supports custom tooltips through the Tooltips feature only for data cells.

    However, what I could suggest as an approach to achieve your requirements and add a tooltip for the column headers after you create the igGrid you should add "title" attribute to the "th" element of the column. Each "th" element has "id" attribute which has the following structure "<gridId>_<columnKey>" where <gridId> is the id of the grid and <columnKey> is the key of the column.

    $("# gridId_ColumnKey").attr("title", "Your custom text.");

    The described scenario could be observed here:

     

    In addition, I have prepared small sample illustrating this behavior which could be found here. Please test it on your side and let me know how it behaves.

    If you require any further assistance on the matter, please let me know.

    Regards,

    Georgi Anastasov

    Entry Level Software Developer

    Infragistics

  • You must be logged in to reply to this topic.
Discussion created by
Favorites
Replies
Created On
Last Post
Discussion created by
Nick Portelli
Favorites
0
Replies
1
Created On
Jul 08, 2025
Last Post
3 years ago

Suggested Discussions

Created by

Created on

Jul 8, 2025 9:30 PM

Last activity on

Feb 24, 2026 1:21 PM