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