Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted on Mar 14, 2007 14:10
open dhtmlx forum
each cell in the column which is a type=”tree” allows editing. I would like to prevent that.  How? &nbs...

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?
Answer posted on Mar 14, 2007 14:10

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 <xml>

            <head>

            <beforeInit>

                        <call command="enableTreeCellEdit"><param>false</param></call>
Answer posted by Inga (Support) on Nov 27, 2014 19:45

If you haven't found the needed information there and still looking for a solution, you will find the additional help checking ajax uploader with progress bar and gantt chart web app.