DataSettings Members
The DataSettings type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
|
|
DataSettings(DataSettings..::..Flags) | |
|
|
DataSettings(Boolean, Boolean, Boolean, Boolean, Boolean) |
Methods
| Name | Description | |
|---|---|---|
|
|
Equals(System.Object) | (Inherited from Object.) |
|
|
Finalize | (Inherited from Object.) |
|
|
GetHashCode | (Inherited from Object.) |
|
|
GetType | (Inherited from Object.) |
|
|
MemberwiseClone | (Inherited from Object.) |
|
|
ToString | (Inherited from Object.) |
|
|
With |
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 |

