[]
        
(Showing Draft Content)

C1.Web.Mvc.Fluent.CollectionViewServiceBuilder-1.OnClientError

OnClientError Method

OnClientError(string)

Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientError client event. Occurs when there are errors from the server side.

Declaration
public override CollectionViewServiceBuilder<T> OnClientError(string value)
Parameters
Type Name Description
string value

The value.

Returns
Type Description
CollectionViewServiceBuilder<T>

Current builder.

Overrides