The CallbackOptions type exposes the following members.

Fields

  Name Description
Public field Static member ClientEditing
Client-side editing is performed via callbacks.
Public field Static member ColMove
Column moving is performed via callbacks.
Public field Static member Editing
Editing is performed via callbacks.
Public field Static member Expanding
Group expanding\collapsing is performed via callbacks.
Public field Static member Filtering
Filtering is performed via callbacks.
Public field Static member None
All actions are performed via postback.
Public field Static member Paging
Paging is performed via callbacks.
Public field Static member Selection
Row selection is performed via callbacks.
Public field Static member Sorting
Sorting is performed via callbacks.

See Also