Hello.
I have problem in datagrid.
All work fine, but on one case I dont know how to show data from db in right format.
I use sqlsrv db.
I table I have one filed that contain some sample data code for page.
Code is:
<div class="fitem">
<label>@@Caption@@</label>
<input name="@@Name@@" id="@@Name@@" class="easyui-textbox" style="@@width@@" @@readonly@@ >
</div>
When open page with datagrid that contain filed with code sample, in datagrid show input.
I want to see there only plain text, not component.
How to fix it?