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.
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
@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.
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
@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.