[]
Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientError client event. Occurs when there are errors from the server side.
public override CollectionViewServiceBuilder<T> OnClientError(string value)
Type | Name | Description |
---|---|---|
string | value | The value. |
Type | Description |
---|---|
CollectionViewServiceBuilder<T> | Current builder. |