Hi,
I am attempting to emulate rowspan in single column via groupping. Basically I need a few cells to be spanned across several rows. In source data, I have integer groupId, which is distinct for each simple row, but it contains the same value for spanned cells row. I tried to bind groups to this value, but I faced following problems:
– The control is trying to reorder items based on groupping value. I am 100% sure the groups will be consective, but I don’t want reordering as the groupping id changes (it is dynamical)
– The group header is drawn. I want to get rid of everything visual related to groups
– I cannot find a way to merge cells in single column within one group. Is there a Style or Template that can accomplish that?
Thanks in advance for solutions.