Site Map | About Us | Contact Us  
 The same content in Microsoft HTML help file format is included in the download package.

RunningMode Enumeration

Specifies the running mode of a Grid control.

[Visual Basic]
Public Enum RunningMode
[C#]
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.

Requirements

Namespace: EO.Web

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

See Also

EO.Web Namespace


Direct link to this topic