TAdvStringGrid versus HTML underline text

The TAdvStringGrid supports basic HTML. When adding an hyperlink it is always underlined. Is it possible to disable the underline formatting for some hyperlinks?

Can someone please answer my question?

Thank you in advance

Default, hyperlinks are underlined. There is an additional option that makes hyperlinks only underlined when the mouse is over the hyperlink. To have this behavior, set grid.URLUnderlineOnHover = true.

Aren't there formatting options for hyperlinks? I prefer non underlined hyperlinks.

As already explained, there is currently a setting to have hyperlinks only underlined when the mouse is over the hyperlink and a property to define the color. In TAdvStringGrid, the hyperlinks are always underlined.