Question
Can the tree node be uniquely identified in phGantt? How to disable node name change?
Answer
You can use the UserReference or UserIntegerReference of IphDataEntity to put a unique key in.
And you can stop editing of a particular cell by implementing IphGantX3.OnBeforeCanEditGrid and set the theDataEntity.CanEdit=false