Hi.
I want to displaying data look like this in ultrawin grid by using merge cells .
ID
VALUE1
VALUE2
VALUE3
VALUE4
1
A
B
C
D
2
3
That is not rows merge, i think it's columns merge.
Thanks.
Hi,
It looks like the formatting on the text you posted here is all misaligned. So I'm not really sure what you are asking.
If you want like values in the same column to be merged, you simply use the MergedCellStyle property on the override.
Hi, Mike
In fact i want the cell's value in the same row to be merged.
How should i do.
Thanks Mike.
Okay, that's the opposite of what you asked for in your original post.
The WinGrid has no functionality to merge cells in the same row. You should Submit a feature request to Infragistics.
You might also want to search these forums. There have been several discussions of this here and there may even be some sample code that achieves this using a CreationFilter.