Hi there,
we are to display a very complex data on the screen for view and edit purpose.What we actually need, is a tree control, where every children, even siblings can be a different(!) grid. So all children and siblings and nodes are independent each other, not sharing anything, but containing a control (what we need is a UltraGrid)Of course all cells must be editable, columns resizable, etc - just like any normal nonembedded UltaGrid
I know that Tree can display a grid by playing with the ColumnSettings, but -AFAIK- it forces the siblings to share the same headers across the same level.
My question, does IG Tree control supports this kind of view, if so, how to achieve this in general?Thank you in advance.
We need something like this (mspaint made image)
Have you considered using the WinGrid instead of the WinTree? You could achieve this with the grid, except for the root node you have here. In the grid the "Animals" row would have to be a a row with cells, not just a node like you have here. But you could have a root band with a single column and hide the column headers so it would look pretty similar.
Thanks Mike, that's what I was afraid of...
Hi,
There is no way to do this. The tree does not support it. The only way you could do something like this would be to have two parent nodes and then have the child node (grids) each be under a separate parent node.
Hi Boris,
Thanks your reply. Ok, it can be a start. Now I am attaching a handmade-screenshot.In this, I am adding a new grid as a sibling grid of the first one, with different columns.This is what we need, as second step.Please let me know, how to achieve this?Thank you.
Could you please review the sample attached to this post and see if it meets your requirements. Please feel free to let me know if I misunderstood you or if you have any other questions.