AxpDataGrid

AxpDataGrid.ErrorMessage Property

Contains error messages from Exceptions handled by AxpDataGrid

[Visual Basic]
Public ReadOnly Property ErrorMessage As String
[C#]
public string ErrorMessage {get;}

Remarks

This error message is displayed automatically but can be hidden if the property DisplayErrorMessage is set to False.

Note that to be certain that you retrieve all error messages handled by the grid, you should inspect this property AFTER then AxpDataGrid Render event.

See Also

AxpDataGrid Class | Axezz.WebControls Namespace