Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
540
Tree with custom child controls (ultragrid)
posted

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)