Kendo.Mvc.UI.Fluent.PivotCustomDataSourceTransportBuilder
Defines the fluent interface for configuring the PivotTransport component.
Methods
Read(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder>)
Configures the Read operation.
Read(System.Object)
Sets the Read operation using anonymous object.
Read(System.String)
Sets the Read operation to JavaScript function or object.
Parameters
handler System.String
JavaScript function name
Connection(System.Action<Kendo.Mvc.UI.Fluent.PivotDataSourceTransportConnectionBuilder>)
Configures transport connection.
Discover(System.Action<Kendo.Mvc.UI.Fluent.CustomCrudOperationBuilder>)
Configures the discover operation.
Discover(System.Object)
Sets the Discover operation using anonymous object.
Discover(System.String)
Sets the Discover operation to JavaScript function or object.
Parameters
handler System.String
JavaScript function name
ParameterMap(System.Func<System.Object,System.Object>)
Sets the parameterMap function.
ParameterMap(System.String)
Sets the parameterMap function.
Parameters
handler System.String
JavaScript function name