C1.Web.Wijmo.Controls.45 Assembly / C1.Web.Wijmo.Controls.C1GridView Namespace / CallbackAction Enumeration

CallbackAction Enumeration
Use the members of this enumeration to determine the actions that can be performed by the C1GridView control using callbacks.
Syntax
'Declaration
 
Public Enum CallbackAction 
   Inherits System.Enum
 
Members
MemberDescription
AllAll actions are performed via callbacks.
ColMoveColumn moving is performed via callbacks.
EditingEditing is performed via callbacks.
FilteringFiltering is performed via callbacks.
GroupingGrouping is performed via callbacks.
HierarchyExpanding and collapsing of hierarcy nodes is performed via callbacks,
NoneAll actions are performed via postback.
PagingPaging is performed via callbacks.
ScrollingScrolling is performed via callbacks.
SelectionRow selection is performed via callbacks.
SortingSorting is performed via callbacks.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         C1.Web.Wijmo.Controls.C1GridView.CallbackAction

See Also