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.
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.
That looks great and exactly what I want.
Thanks, I'll check out the example.