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
125
Ultragrid in an ultragrid cell?
posted

Is  it possible to stuff an ultragrid inside an ultragrid cell?

My users want essentially a tree view that looks like a data grid.

I could use a datagrid with two bands, but they want the second band to be on the same line as the first band, even if the second band has more then one row.

It's kind a like a pivot grid, but with editable columns in the group columns.

So the users want to see:

Data fan

Parents
No Data
Reply
  • 21795
    Offline posted

    Hello Daryl,

    Yes, you should be able to embed an UltraGrid in other UltraGrid’s cell. Actually, you can embed any control in a grid’s cell using UltraControlContainerEditor component. You may find additional information about this component in our online documentation here, or you can check “ControlContainerEditor” sample in our legacy samples browser.

    Please let me know if you have any additional questions on this matter.

Children