DHTMLX Pro v. 2.6 - Problems with added row in treeGrid

Hello,

We’ve found a bug in the treegrid when you attempt to get a cell type from a new row (an added row in editing mode before saving).

Test case:

  1. Add a new row by addRow(…) function -> A new row was added.

  2. Do call the getColTypeById(…) function -> Undefined type value returned.

Please, let us know for any solution because it’s very important for the project.

Thanks,

Be sure that you are using valid columnId ( not the rowId ) for the getColTypeById command.
It is logic not related to the new row adding, and works correctly in local samples.