Represents the session mode of the grid.
Members
| Member Name | Description | Value |
| Session | Uses the system session to store/recover the grid's sheet data automatically. | 0 |
| ViewState | Uses the page's viewstate to store/recover the grid's sheet data automatically. | 1 |
| Custom | Uses the LoadCustomData event to load the grid's sheet data manually. And uses the SheetDataUpdated event to save the grid's sheet data. | 2 |
Requirements
Namespace: Aspose.Grid.Web
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web Namespace