PDA

View Full Version : how to add new record in Column-tree



bjhezf
24 Jun 2009, 10:54 PM
I saw the example of Column-tree,Is it possible to add a New record on a node and how?

thank you!

Condor
24 Jun 2009, 11:34 PM
A columntree is simply a tree with a different renderer.

Adding a 'record' is the same as adding a node to a branch.

ps. There is also a TreeGrid user extension that is based on a grid instead of a tree. With that extension you would indeed be adding a record.