Hi Ian,
When you bind data table to NTreeList control the data from the data table is displayed by the sub items on NTreeList nodes.
NTreeList control has Nodes collection as each node has collection of NTreeListNodeSubItemCollection called SubItems.
All data from the binding data table goes in this sub items. In this case the Text property of the node itself is not set.
EnableItemEdit property comes from the base class of NTreeList control – NTreeViewEx control.
When you enable items editing you actually allows to edit the text of the node itself, not the text of the node’s subitems.
That’s why the text that you input overlaps the text of the first column.
Regarding documentation if you using Visual Studio 2005 or 2008 you should have the documentation as a part of Nevron .NET Vision. You should be able to reach it from the Start menu.
In the version for Visual Studio 2010 the documentation is provided as chm file. Again, you can reach it from the Start menu.
However, we can provide you explicitly with documentation in a chm format if you request it.
Regards,
Angel.