Unable to show urls as plain text

I have some text like <a href="http://domain.com">Test</a> in a grid row, and even I turned off UrlEdit, UrlFull, UrlShow, and UrlShowInText, it strill shows the url as a hyperlink which is clickable. But based on the manual, it should not and should show just the plain text.

Please set grid.EnableHTML = false

I did. and that works now, thanks.