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
754
Flat Datasource, but nested/expandable Grid row?
posted

Hello All,

while I am aware of the hierarchical features of the xamDataGrid, my question relates to the idea of showing overflowing columns of a data row by expanding it, so that the user does not need a horizontal scroll bar. The number of columns is fixed, so I can clearly decide which rows are seen in the "overview", and which should go into "details".

However, it seems that this is not possible at all for the xamDataGrid. The idea also could be to have a self-referencing field somehow spit out by the view model, by having a getter that returns essentially a "this" pointer, but it is somehow strange to me.

Any ideas on that?

BR Florian