TDBAdvGrid disable URL detection

I have a TDBAdvGrid which is changing the text colour to blue and underline the entire cell when the text contains email@domain.com

I have unchecked URLUnderline property but the issue still occurs at runtime, the URLcolor does cause a change from blue (default) to black text

Is there another setting I should be using to disable URL highlighting?

Did you try to set grid.URLColor = clNone?

I'm still geting the text underlined with grid.URLColor = clNone

But is grid.URLUnderline = false?

URLColor = clNone displays as No Colour
URLUnderline = false

cells with < email@domain.com > (no spaces) still showing as underlined

Grid version 2.5.1.13

I cannot reproduce this.
Is grid.URLShow = false ?

If a problem persists, how can this be reproduced starting from a default grid?