Enum GridValidationMode
Defines the constants that specifies the validation mode of the SfDataGrid.
Namespace: Syncfusion.WinForms.DataGrid.Enums
Assembly: Syncfusion.SfDataGrid.WinForms.dll
Syntax
public enum GridValidationMode
Fields
Name | Description |
---|---|
InEdit | Specifies that the error icons and tooltips will be displayed for validation failed cells and doesn't allows the users to commit the invalid data without allowing to edit other cells. |
InView | Specifies that the error icons and tooltips will be displayed for validation failed cells. |
None | Specifies that the built-in validation support is disabled. |