Escape field values in datagrid cells.
Review Request #4331 — Created July 15, 2013 and submitted
Escape field values in datagrid cells. Datagrid cells would pull data from a model and render it as-is. This could lead to issues when using certain characters. We now escape everything coming from the database. If a custom renderer is provided, it's still expected that it returns valid, safe HTML.
Added some HTML to a field and viewed it. Saw that the HTML was shown escaped.