Use the members of this enumeration to determine the actions that can be performed by the C1GridView control using callbacks.

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

Syntax

JavaScript
C1.Web.UI.Controls.C1GridView.CallbackOptions = function();

Type.createClass(
	'C1.Web.UI.Controls.C1GridView.CallbackOptions',
	Enum);

Inheritance Hierarchy

System..::..Object
  System..::..ValueType
    System..::..Enum
      C1.Web.UI.Controls.C1GridView..::..CallbackOptions

See Also