[]
Configurates C1.Web.Mvc.CollectionViewService<T>.DisableServerRead. Sets whether to disable server-side sorting, paging and filtering.
public override CollectionViewServiceBuilder<T> DisableServerRead(bool value)
| Type | Name | Description |
|---|---|---|
| bool | value | The value. |
| Type | Description |
|---|---|
| CollectionViewServiceBuilder<T> | Current builder. |