Enum MergeCellsMode
Defines members whether and how to merge grid view cells.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
public enum MergeCellsMode
Horizontal
Neighbor cells with equal values are combined horizontally(if the neighbor columns have equal types).
None
Cells are not merged.
Vertical
Neighbor cells with equal values are combined vertically(in the same column).