Enum GridValidationMode
Defines the constants that specify whether the validation is enabled either at edit or view mode in SfDataGrid.
Namespace: Syncfusion.UI.Xaml.Grid
Assembly: Syncfusion.SfGrid.WPF.dll
Syntax
public enum GridValidationMode
Fields
Name | Description |
---|---|
InEdit | |
InView | Displays error icons and tips alone. |
None | Disables built-in validation support. |