The CallbackMode type exposes the following members.

Fields

  Name Description
Public field Static member DataOnly
Only transfer data to client side when call back.(including Page/Sort/Delete/Filter)
Public field Static member Full
Transfer all html to client side when call back.(including ColMove/GroupColMove)
Public field Static member Partial
Only transfer partial html to client side when call back.(including Cancel/Edit/Grp/Select/Update)
Public field value__

See Also