Hi,
Is there possible to make my grid rows have a common row header cell:
Is there possible to have this Group1/Group2 cells?
I searched some posts, there is one mentioned that: use UnboundField to be the row header, and make some custom styling...
However, how to make the CellValuePresenter's template to merge cells into one...
Or any other suggestions?
Hello,
Your best option indeed is to style the CellValuePresenter of an UnboundField as first field, because merging cells is not supported. In order for the cells to look merged, you can remove set BorderThickness to 0 ( of the Editor or the CellValuePresenter ).
If you want, you can submit a feature request for this - merging cells.
Hope this helps,
Alex.