Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by YaWen on Oct 21, 2008 01:00
open dhtmlx forum
"<>"

In the cell of the grid, input <>, double-click the cell, this cell to edit, see "<>".
How do I ask, can also double-click to see after the <>, instead of "<>".
Answer posted by Support on Oct 21, 2008 02:25
You try to use edtxt excell instead of ed:

    grid.setColTypes("...,edtxt,...");

The xml in this case:

    <cell><![CDATA[<>]]></cell>