Used in CellError event of the GridWeb. User set the OnErrorActionQuery.OnErrorAction to tell the control Stop processing or Ignore error.
public enum OnErrorActionType
Members
| Member Name | Description | Value |
| Throw | Throws the current exception. | 0 |
| Stop | Stops current processing. | 1 |
| Ignore | Ignores the error and continue processing. | 2 |
Requirements
Namespace: Aspose.Grid.Web.Data
Assembly: Aspose.Grid.Web (in Aspose.Grid.Web.dll)
See Also
Aspose.Grid.Web.Data Namespace