ShowRowErrors Property

Gets or sets a value indicating whether row headers will display error glyphs for each row that contains a data entry error.

Syntax

Public Property ShowRowErrors As Boolean

Applies To

Grid Object

Data Type

Boolean

Remarks

The ErrorText property indicates if there is an error in one of the cells in a row. If ErrorText is set to a value other than Empty, then an error glyph is shown in the row header.

The default width of the row header includes enough room to display the error glyph, whether or not the glyph is displayed. If the row header size is adjusted so that there is not enough space to display the glyph completely, the glyph is not rendered.