EnumGroupRenderMode
Enum
An enumeration specifying the virtualization mode of RadGridView.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
cs-api-definition
public enum GroupRenderMode
Fields
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.