Thank you so much for your reply…I was able to implement it.
One more question:-
If I want to partially edit the left most column…the indentation and everything should be there….but the data in the cell should change in some cases and not, depending on the value of the row (var row = $(“#jqxtreeGrid”).jqxTreeGrid(‘getRow’, rowkey);)….is there a way I can access the html of the cell in createEditor event? We have rowkey, cellvalue, editor, celltext, width and height as parameters…but not the cell html value. If I can access the html, then I can just return the html as-is without any changes in cases where I don’t want to change the look of the cell.
Thanks,
Indu.