Defines the editing options for merged cells.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
public enum MergeCellsEditMode
Fields
Only current cell is modified.
C#
CurrentCell = 0
All cells that are part of the merged cell and are positioned in visible range are modified.
C#
VisibleCells = 1