Table of Contents
RunningMode Enumeration

Specifies the running mode of a Grid control.

Namespace: EO.Web
Assembly: EO.Web (in EO.Web.dll)

Syntax
 public enum RunningMode
Members
Member Name Description
Server The grid performs sorting and paging on the the server side.
Callback The grid performs sorting and paging on the server side but does so with an AJAX callback.
Client The grid performs sorting and paging on the client side.
See Also