17
Views
4
Comments
Solved
[OutSystems Data Grid] [OutSystems Data Grid]Column header tooltip not applied when SubGroupColumn is presen
outsystems-data-grid
Reactive icon
Forge asset by OutSystems
Application Type
Reactive

We have created a DataGrid as shown in the attached image, where the HeaderTooltip for each column is set to "Custom HeaderTooltip!!!!!!!!!!!!".However, when checking the screen, the tooltip setting does not apply to some columns, and only the header names are displayed instead of the tooltip content.

Is there a way to ensure that the HeaderTooltip setting applies to all columns consistently?

I apologize if this is difficult to understand due to translation from Japanese.

Thank you for your assistance.


DataGridTest.oml
2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hi @naoto nakada 

That issue was already fixed in the latest version 2.18.1 (ROU-11327 for reference on release notes).
Have you tried to upgrade it? I published your attached oml and as expected, I'm no longer able to reproduce that issue and the header tooltips are being shown.

Cheers,
GM

UserImage.jpg
naoto nakada

@Gonçalo Martins 

Since the version of DataGrid in my personal environment was not the latest version 2.18.1, I checked with the latest version,

We have confirmed that the contents set in the HeaderTooltip are displayed.

Thank you very much for your help.

Thank you very much for your understanding.

2024-12-16 09-23-37
Toan Dinh

Hi @naoto nakada  

This problem may be from the header in the group column

You can try adding a tooltip by JS following  
https://www.outsystems.com/forums/discussion/81898/outsystems-data-grid-tooltips-on-each-outsystems-datagrid-column-cell/


I hope to help you


UserImage.jpg
naoto nakada

@Toan Dinh 

Thank you for your reply.I have already checked the forum you shared.However, I am unsure how to implement different tooltips for each individual column.

If possible, it would be very helpful if you could share an example of the implementation.

Thank you for your assistance.

2022-11-12 11-28-30
Gonçalo Martins
Staff
Solution

Hi @naoto nakada 

That issue was already fixed in the latest version 2.18.1 (ROU-11327 for reference on release notes).
Have you tried to upgrade it? I published your attached oml and as expected, I'm no longer able to reproduce that issue and the header tooltips are being shown.

Cheers,
GM

UserImage.jpg
naoto nakada

@Gonçalo Martins 

Since the version of DataGrid in my personal environment was not the latest version 2.18.1, I checked with the latest version,

We have confirmed that the contents set in the HeaderTooltip are displayed.

Thank you very much for your help.

Thank you very much for your understanding.

Community GuidelinesBe kind and respectful, give credit to the original source of content, and search for duplicates before posting.