attaches a tree-like editor to a grid's column
subgrid | object | the tree object |
sInd | number | the column of the main grid, which should contain the tree |
mygrid.setColTypes("stree");
mygrid.setSubTree(subgrid,sInd);
read more about a grid-like editor in the article Column Types
Back to top