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
Hi Aris,
I'm not really sure what you are asking.
If you want to merge cells, the easiest way to do it is to turn on CellMerging. A CreationFilter can also be done, but it's much more complicated.
i think ( correct me if i am wrong ) that cellmerging property in ultragrid is for merging same cell value in the same colunm
and can nto be merged if the cells have the same value and there are in the same row.
regards aris
Yes, that's correct, there's no built-in functionality in the grid to merge cells in the same row.
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