Using Highlight button enabled HTML

Delphi XE2  TMS AdvStringGrid 7.2.8.3


I have HTMLEnabled = false;
When I use the Search then click the highlight button, it looks like HTML enabled gets turned on for the entire grid.  We have some cells that look like "One-->Two" which of course get munged in HTML.

I think I know why it's happening, but was wondering of the HTML enabling can be turned off for highlighting.  Is this possible ?





Highlighting internally uses HTML formatted text. So, if you turn off HTML, the expected result is that highlighting will also not work properly.