Gets or sets the text to display if an error occurs during a callback to the server.

Namespace:  C1.Web.UI.Controls.C1GridView
Assembly:  C1GridViewClient (in C1GridViewClient.dll)

Syntax

JavaScript
function get_errorText();
function set_errorText(value);

Field Value

The default value is "Request:{0} error. Message: {1}".

Remarks

Value can contains two placeholders: request id that thrown an error and error message.

See Also