I'm creating an application in C# using WPF and the Infragistics XamDataGrid control. The data that I want to display is recursive and I therefore want to group these.
Due to the recursive structure of my data I want to show the grid colums/cells in every row, and I can't figure this out. I have tried both examples from the XamDataGrid documentation (XamDataGrid and XamDataPresenter), but with no luck.
Thanks in advance...
Hello,
I have been looking into your post and I can suggest setting the LabelLocation property of the XamDataGrid.FieldLayoutSettings to InCells. By doing so the XamDataGrid will display the Field labels above every cell. I have created a sample application that demonstrates that.
Please let me know if this is the appearance that you are looking for.
Sincerely,
Krasimir
Developer Support Engineer
Infragistics
www.infragistics.com/support