| C1.Web.Wijmo.Controls.C1GridView Namespace : CallbackAction Enumeration |
'Declaration<System.ComponentModel.EditorAttribute(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Web.Wijmo.Controls.Design.UITypeEditors.C1FlagsEnumUITypeEditor, C1.Web.UI.Design.4")> <System.FlagsAttribute()> Public Enum CallbackAction Inherits System.Enum
[System.ComponentModel.Editor(EditorBaseTypeName="System.Drawing.Design.UITypeEditor, System.Drawing, Version=4.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a", EditorTypeName="C1.Web.Wijmo.Controls.Design.UITypeEditors.C1FlagsEnumUITypeEditor, C1.Web.UI.Design.4")] [System.Flags()] public enum CallbackAction : System.Enum
| Member | Description |
|---|---|
| All | All actions are performed via callbacks. |
| ColMove | Column moving is performed via callbacks. |
| Editing | Editing is performed via callbacks. |
| Filtering | Filtering is performed via callbacks. |
| Grouping | Grouping is performed via callbacks. |
| Hierarchy | Expanding and collapsing of hierarcy nodes is performed via callbacks, |
| None | All actions are performed via postback. |
| Paging | Paging is performed via callbacks. |
| Scrolling | Scrolling is performed via callbacks. |
| Selection | Row selection is performed via callbacks. |
| Sorting | Sorting is performed via callbacks. |
System.Object
System.ValueType
System.Enum
C1.Web.Wijmo.Controls.C1GridView.CallbackAction
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2