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.
Hi Alex,
Thank you for the help. I will think about CellValuePresenter way to do this. Thanks againl
My grid contains all the information, some rows may have the same data for the given "group" row, all i have to figure out is how to:
1. Fix the sorting on this row such that the user will not be able to change it
2. Remove the text in this column unless it is the first row with this value
I think this is feasible, i just don't know how to track whether a row with this unique value already appeared.
Help will be appreciated.
Thanx,
Gili