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
755
Using other controls in row definitions.
posted

 Hi,

 Is possible (for example) put a xamDataGrid as part of each row in another xamDataGrid? What I'm trying is have a expandable row that show another table inside.

 Cheers.

Parents
No Data
Reply
  • 69686
    Verified Answer
    posted

     Hello,

    In this scenario it is better to represent the grid in the grid as a hierarchical datagrid like this screenshot.

    You can see examples of this type of data representation in the XamFeatureBrowser. 

Children