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