Enum OnErrorActionType

OnErrorActionType enumeration

Used in CellError event of the GridWeb. User set the OnErrorActionQuery.OnErrorAction to tell the control Stop processing or Ignore error.

public enum OnErrorActionType

Values

NameValueDescription
Throw0Throws the current exception.
Stop1Stops current processing.
Ignore2Ignores the error and continue processing.

See Also