How is it possible to display main and secondary data records in a RadGridView not using the hierarchy options, but rather to design it in such a way that the main columns extend over the corresponding rows of the secondary data records via RowSpan, whereby both main and secondary data records have multiple columns?
Hi Daniel,
Can you provide a screenshot of the desired layout.
I am looking forward to your reply.
Hi Daniel,
It seems that this approach is suitable for your case: WPF DataGrid - Merged Cells.
Let me know if I can be of further assistance.
Hi Daniel,
There is no way to manually merge the cells. Indeed the cells with the same values are merged in this case. You can only enable/disable this for each column.
If this is not suitable I would suggest examining our demo application. There are more than 50 examples there for the grid. For example, you can check the CustomRowLayout demo to see if it can be adjusted for your case.
Let me know if you have additional questions.