Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by clayton on Mar 16, 2009 02:18
open dhtmlx forum
dhtmlxTreeGrid is editable

Hi
Im using dhtmlxTreeGrid
When i set a column to have eXcel = tree, then the column becomes editable
It it possible to have the tree in a grid as uneditable?

Answer posted by dhxSupport on Mar 16, 2009 06:10

You can set cell as uneditable with enableTreeCellEdit(0); method:

mygrid.cellById(rowId,cellInd).enableTreeCellEdit(0);