Used to prevent client-side grouping of a column in a grouped grid.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1.Web.UI.Controls.2 (in C1.Web.UI.Controls.2.dll)

Syntax

C#
[JsonAttribute(true, true, true)]
[DefaultValueAttribute(true)]
public virtual bool AllowGroup { get; set; }
Visual Basic
<JsonAttribute(True, True, True)> _
<DefaultValueAttribute(True)> _
Public Overridable Property AllowGroup As Boolean
	Get
	Set

Field Value

When this property is set to True (default), you can drag columns to the grouping area.

See Also