Tooltip on title of Column Data grid 2

1
Hello! I have a data grid 2 with columns related to attributes of an entity called sociedades. I added a tooltip but it shows only when hovering the objects returned by the data grid.   Is there anyway I could show the tooltip on the title of the column instead of the returned objetcs?  
asked
1 answers
0

Hi Diego,

 

Unfortunately it seems like there is no option to change that. However, a workaround could be the following:

You can set the column caption to an empty space (it may give an error if you have sorting or filtering options in your Data Grid), and then manually place a Tooltip from the Toolbox into the red space shown here:

image.png

 

This way you can have the tooltip on the custom caption we created:

image.png

 

By no means this is a perfect solution, but I hope this can help you with your problem, best regards!

answered