Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
220
Grid's tooltip font
posted

Hello,

I have a question about the built-in tooltip.

Normally, when I change the font of the grid, then the font of the built-in tooltip will be adjusted automatically, so both grid and tooltip have the same font.

But when I set

this.ultraGrid1.DisplayLayout.Override.CellDisplayStyle = CellDisplayStyle.FormattedText;

then the tooltip font will not be adjusted to the grid font. The tooltip always seems to have the default font, no matter what font has been set to the grid.

Could this be a bug? Or what can I do to achieve that both grid and tooltip have the same font when using CellDisplayStyle.FormattedText?

My NetAdvantage version is 9.1.20091.2056.

Thanks.