Enum
GroupRenderMode

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.

Declaration

cs-api-definition
Flat = 1

Field Value

GroupRenderMode

Nested

A group render mode in which every group is represented by it own UI container. Groups are nested in a hierarchical manner.

Declaration

cs-api-definition
Nested = 0

Field Value

GroupRenderMode

In this article
DefinitionFieldsFlatNested
Not finding the help you need?
Contact Support