add new row with <string data> is not working.

Hi,

We are using DHTMLX Treegrid in java and when we try and add angular brackets with some string in between ex , the dhtmlxgrid doesnot read and and passes it to back end as empty string.
However <2> seems to be working fine.

Regards,
Monica Patra

Please, try to user the “edtxt” exCell type instead of “ed”.

Its not working for tree col type

	mySummarygrid.setColTypes("tree,edtxt,edtxt,edtxt,ro,ro,ro,ro");

Thanks.

Unfortunately is no solution for the tree column.
tree column treat values as html and such feature cannot be changed.

Thank You