Hello,
i want to merge cells vertically, not only by the contenet but with some kind of ID. In the specific logik i got main objects with multiple compare objects:
A - X - 1
A - X - 2
A - X - 3
B - X - 3
B - X - 4
B - X - 4
the Main Objects have some properties with same values, but these should not merger, only within the same object:
- 1
A - X - 2
- 3
- 3
B - X - 4
- 4
In the above sample X should only be merged within the the A-object.
I also attached an excel screenshot with similar data (col A and B shoult only merge within the underlining object).
I could imaging to solve this with some kind of "MergingId" and binding a unique GUID to it.
I also found some feedbacks wich could request this behavior:
https://feedback.telerik.com/wpf/1354082-gridview-provide-logic-that-overrides-default-cell-merging-algorithm-preventing-groups-of-cells-from-merging
https://feedback.telerik.com/wpf/1354346-mergedcells-add-option-to-cancel-the-merging-of-specific-cells
Any sugestions how i could achieve this?
regards
Marco