PivotAjaxDataSourceBuilder
Methods
Schema(System.Action)
Configures the schema of the Ajax DataSource
Parameters
configurator - System.Action<PivotAjaxDataSourceSchemaBuilder>
Events(System.Action)
Configures the client-side events
Parameters
configurator - System.Action<DataSourceEventBuilder>
Transport(System.Action)
Configures the transport of the Ajax DataSource
Parameters
configurator - System.Action<PivotAjaxDataSourceTransportBuilder>
Columns(System.Action)
Sets the columns of the Ajax DataSource.
Parameters
addColumnAction - System.Action<PivotDataSourceColumnFactory>
Rows(System.Action)
Sets the rows of the Ajax DataSource.
Parameters
addRowAction - System.Action<PivotDataSourceRowFactory>
Measures(System.Action)
Sets the measures of the Ajax DataSource.
Parameters
configurator - System.Action<PivotDataSourceMeasureBuilder>
Sort(System.Action)
Configures the initial sorting.
Parameters
configurator - System.Action<DataSourceSortDescriptorFactory>
Filter(System.Action)
Configures the initial filtering.
Parameters
configurator - System.Action<DataSourceFilterDescriptorFactory>
Filter(Kendo.Mvc.CompositeFilterDescriptor)
An object which represents a filter expression which the DataSource can use to filter the data. Configures the initial filtering.