Enum GroupRenderMode
An enumeration specifying the virtualization mode of RadGridView.
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public enum GroupRenderMode
Flat
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.
Nested
A group render mode in which every group is represented by it own UI container. Groups are nested in a hierarchical manner.