each cell in the column which is a type=�tree� allows editi

each cell in the column
which is a type=�tree� allows editing. I would like to prevent that.  How?
  Is there a way to declare this via XML?


TreeGrid has a special command


           
mytreeGrid.enableTreeCellEdit(false);


This will block editing of tree cell in TreeGrid.


You can execute it from XML by default calling
technique


           




           


                       
false