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
1100
Are multiple root tables possible?
posted

When a XamDataGrid's root table is expanded, it may yield multiple child tables. Is there a way to show multiple root tables OR is there a way to have a hidden root table with multiple child tables that are presented to an end-user as root tables?

Thanks.

Parents
No Data
Reply
  • 69686
    Verified Answer
    posted

    Hello,

    Regarding your first question, I believe this is not possible. You can do this, but by adding DataItems objects in the DataItems collection of the XamDataGrid, but is not available for DataTabled.

    However, it is possible to do this using a root DataTable, which has parent-child relations to two other DataTables and bind the root DataTable to the DataSource of the XamDataGrid.

    Hope this helps.

Children