DataSettings Properties
The DataSettings type exposes the following members.
Properties
| Name | Description | |
|---|---|---|
|
|
AutoBind | |
|
|
ForcePost |
Always use HTTP Post
|
|
|
UseActionParams |
RouteParameter JS object will be obtained from JavaScript function and passed in post request
to Controller action. DefaultValue function signature: [ActionId]Params()
|
|
|
UseCustomErrorHandler |
Action-specific JQuery error handler should be invoked in an error.
DefaultValue function signature: [ActionId]Error(param, param, param)
|
|
|
UseServerFiltering |
Widget-controlled filtering on server side. Requires controller action to receive
DataSourceRequest
|
|
|
Verb |

