Error Row
GridView allows you to validate an edited row by using model validation on the server side, based on the available attributes for model validation. An error row is automatically displayed below the Edit Form if the end-user input was not valid.
The table below lists the main members that affect element appearance and functionality.
Characteristics | Members |
---|---|
Content | GridViewExtension.SetEditErrorText |
Style | GridViewStyles.EditingErrorRow (via GridViewSettings.Styles.EditingErrorRow) |
See Also