PivotDataSourceTransportSettingsTagHelper

Example

Razor
<transport>
    <connection></connection>
    <read />
</transport>

ChildTags

Attributes

AttributeTypeDescription
cacheBooleanSpecifies the transport cache.
case-sensitive-filterBooleanIf set to true the filter operators will be case sensitive (where supported by the server).
connectionPivotDataSourceTransportConnectionTagHelperSets the connection configuration for the pivot data source transport.
discoverStringSets the discover configuration for the pivot data source transport.
discover-handlerStringSets the discover handler for the pivot data source transport.
parameter-mapStringThe function which converts the request parameters to a format suitable for the remote service. By default, the data source sends the parameters using jQuery's conventions.If a transport.read.data function is used together with parameterMap, do not forget to preserve the result from the data function that will be received in the parameterMap arguments. An example is provided below. Generally, the parameterMap function is designed to transform the request payload, not add new parameters to it.
readPivotDataSourceTransportReadSettingsTagHelperSets the read configuration for the pivot data source transport.
read-urlStringSets the read URL for the pivot data source transport.
submitStringA function that will handle create, update and delete operations in a single batch when custom transport is used, i.e. the transport.read is defined as a function.The transport.create, transport.update and transport.delete operations will not be executed in this case.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support