treegrid v 1.6 rows getting locked


Hi



tree grid is non editable in v1.6 .

In 1.5 it was working fine.(checked the rowid its unique for each row)



mygrid.setColTypes(“tree,txt,edn[=sum],edn[=sum],edn[=sum],edn[=sum],edn[=sum],edn[=sum],edn[=sum],edn[=sum],edn[=sum],edn[=sum],edn[=sum],edn[=sum],ron[=c2+c3+c4+c5+c6+c7+c8+c9+c10+c11+c12+c13]”);





Also if parent value is 0 , the cell value is coming as null…(and footer is showing NaN).

Also if parent value is 0
If value specified as 0 - there must not be any problem, but such problem can occur if you have just an empty cell.

If problem still occurs for you - please provide any kind of the sample where issue can be reconstructed.