manages the editability of the grid
//set grid editable mygrid.setEditable(true); //set grid non-editable mygrid.setEditable(false);