Back to Devexpress

Error Row

aspnetmvc-16883-components-grid-view-visual-elements-error-row.md

latest1.0 KB
Original Source

Error Row

  • Dec 17, 2020

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.

CharacteristicsMembers
ContentGridViewExtension.SetEditErrorText
StyleGridViewStyles.EditingErrorRow (via GridViewSettings.Styles .EditingErrorRow )

See Also

Data Annotation Attributes