deletes all rows in the grid
//delete all rows from the grid myTreeGrid.clearAll(); //delete all rows from the grid, clear header myTreeGrid.clearAll(true);