Hello
Is it possible with creation filter to dynamically megre cells based on its content ( if it is same ) in one cell
but not in specific columns in a row like the example in the knowlenge base that merges only first and second cell in a row
Regards
Aris Katsifos
Okay, it looks like you are asking the same question that is asked in this post:
PivotTable like Cell Merging Behaviour - Infragistics Community
I don't understand what you are asking.
The image you have here displays merging cell in the same column. That's not what you asked originally. Your question was about merging cells in the same row.
If Row5, Col3 and Row4, Col3 have the same value, then why would they not be merged?
And why is having the cells editable a problem?
Col0
Col1
Col2
Col3
Col4
Col5
Col6
Col7
Col8
Row1
Row2
Row3
Row4
Row5
Row6
Row7
Row8
I have done this by using MergedCellStyle and MergedCellEvaluationType of columns. But there is an issue that if value for Row5-Col3 and Row4-Col3 are same then it also merged. We also have to cell editable.
thanks i ll try to accomplish that. I dont need editable cells .only for display the values of them.
thanks in advanced .
i ll post again if i need further help.
Aris