Hi
I am working with UltraGrid, I want to merge a Row in the Grid. Could u help me with the code
Ah, okay. There's no way to do that. You should Submit a feature request to Infragistics
Suppose, in a Column, if any adjacent cells having the same name then, after merging, the two names will be visible as one name, here the line dividing the two cells will get hidden, and so it looks like the same name, The code for this is as follows....(i.e., merging a column)ultragrid1.DisplayLayout.Bands(0).Columns(0).MergedCellStyle = MergedCellStyle.Always
Similarly....How shall I perform the same operation, for a row ?... please guide me with the code.
What exactly do you mean by "merge a row"? Merge it with what?