Treegrid drag and drop with cell types

Hello, I am trying to build a treegrid where some of the cells (including some leaf cells in the tree column) are of a different type than specified in the header. This loads fine through XML, but after a drag and drop, the type is lost on cells in the dragged row (it is reverted back to the type from the header).

What can I do to correct this? Thanks.

You should set cell type after you drop the item on target TreeGrid with setCellExcellType() method.
You can get cell type with getColType() method.
docs.dhtmlx.com/doku.php?id=dhtm … getcoltype