Configurates the C1.Web.Mvc.BaseCollectionViewService<T>.OnClientError client event. Occurs when there are errors from the server side.
Syntax
'Declaration
Public Overrides Function OnClientError( _
ByVal As String _
) As
public override OnClientError(
string
)
Parameters
- value
- The value.
Return Value
Current builder.
See Also