I am working on Apex 19.1. I have a interactive grid, in which a column value is coming as HTML e.g. <a href="www.google.com">Click here</a>. I want to show this value as HTML(link in blue). In Interactive Report, I was able to achieve this using the "Escape Special characters" property under Security. But in IG, this property is available for Display only fields only, which I don't want to use, because this column is generic and can be editable in some cases. So this column is TextField type.
Please suggest some workaround for this.