[]
Configurates the C1.Web.Mvc.CollectionViewService<T>.OnClientQueryData client event. Sets the name JavaScript function which to collect the ajax query data.
public override CollectionViewServiceBuilder<T> OnClientQueryData(string value)
| Type | Name | Description |
|---|---|---|
| string | value | The value. |
| Type | Description |
|---|---|
| CollectionViewServiceBuilder<T> | Current builder. |