Reputation: 1
I have a requirement, where the user has the ability to select multiple cells (row wise or column Wise). As soon as the selection is complete I need to merge only the selected cells(not the entire row or column). I did some research online, many suggested grouping. But when I use grouping entire row is getting merged. Can you guys please help me with this issue.
Upvotes: 0
Views: 530
Reputation: 184526
DataGrids are not spreadsheets, you should probably look for another control as doing this in a DataGrid may be near impossible.
Upvotes: 1