A Datagrid embedded in a Treeview

  • Thread starter Thread starter GladaFrasse
  • Start date Start date
G

GladaFrasse

Hello

Has someone made a treeview with 3 nodes. When the third node is
expanded then a datagrid should be shown (integrated in the treview)
with the possiblity to edit the values (not the columns) in the grid.
If someone has some clue on how to make this I would appreciate if that
person could post a message.

Frans
 
Our TList control offers this option.
Every node in TList can have a Grid as a child
with ability to edit the values in the grid. You can
control the type of editing ( text editing, drop down
selection, checkbox, date/time, increment/decrement ) as
well as which cells are editable.

If interested visit our web site at www.Bennet-Tec.Com.
Also drop me a note directly ( please include copy of this
posting ) to (e-mail address removed). I'll be happy to
answer your questions, send you additional information,
and get you started with evaluation..
 
Back
Top