[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.ShowErrors

ShowErrors Property

ShowErrors

Gets or sets whether the grid should display error information in cells and rows.

Declaration
public bool ShowErrors { get; set; }
Remarks

Setting this property to true causes the grid to display error information in cells and rows. Error information is displayed as error icons in the cells or row headers. Moving the mouse over the error icons show tooltips containing an error description.

The error information may be supplied directly by data sources that implement the IDataErrorInfo interface (for example, the DataTable class implements this interface).

If the grid is bound to a data source that doesn't support IDataErrorInfo, you can provide error information using the GetCellErrorInfo and GetRowErrorInfo events.