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
1935
Display recursive data in XamDataGrid
posted

I am updating a Windows Forms program to WPF, and I'm having some trouble using grouping in the XamDataGrid control. The data that I want to display is "recursive" and I therefore need to display datacells in every row of the grid. This works fine in the Windows Forms solution, but I can't find the appropriate documentation/example of this for the XamDataGrid control.

Is this even possible and if so, how do I do it?