Suoranta.WebApp.Types Namespace
Suoranta.WebApp - Developer API

DataSettings Properties

The DataSettings type exposes the following members.

Properties


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