GroupRenderMode
Enum
An enumeration specifying the virtualization mode of RadGridView.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public enum GroupRenderMode
Fields
A group render mode in which groups are represented by a range of consecutive flat rows. In this mode there is no hierarchical nesting of UI elements. All rows are on the same level.
C#
Flat = 1
A group render mode in which every group is represented by it own UI container. Groups are nested in a hierarchical manner.
C#
Nested = 0