Changing cell type in treeGrid

Hi,
I’m not getting a date picker as expected.

... p1grid = stabbar.cells("c1").attachGrid(); p1grid.setImagePath("codebase/imgs/"); p1grid.setHeader("Part 1,Value"); p1grid.setInitWidths("250,400"); p1grid.setColAlign("left,left"); p1grid.setColTypes("tree,ed"); p1grid.setColSorting("str,str"); p1grid.enableTreeCellEdit(false); p1grid.attachEvent('onXLE', function(){ p1grid.changeCellType(10,1,"dhxCalendarA" ); }); p1grid.init(); p1grid.setSkin("dhx_skyblue");

Further on …

... switch (tabid){ case "c1": p1grid.clearAll(); p1grid.loadXML("model/get_props.php?tid="+tid+"&prop=267",true); break; ...

Regards

Raymond

The issue is confirmed.
We’re working on it.
As a workaround please, try to use the setCellExcellType() method:
docs.dhtmlx.com/api__dhtmlxgrid_ … ltype.html