Skip to content

Commit 0cb23e8

Browse files
dimodidimodi
authored and
dimodi
committed
Update components/pivotgrid/data-binding.md
1 parent ca7e3cc commit 0cb23e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

components/pivotgrid/data-binding.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ The PivotGrid supports different data sources via its `DataProviderType` paramet
2525
The available data providers differ in several ways:
2626

2727
* XMLA binding is more complex to setup, but more flexible.
28-
* Local data does not support aggregations by date periods for `DateTime` properties. If you need [aggregations by year, month, week, and so on, then create additional `int` or `string` properties in the PivotGrid model class](slug:pivotgrid-kb-local-date-aggregates).
28+
* Local data does not support aggregations by date periods for `DateTime` properties. If a `DateTime` property is added as a row or column, the PivotGrid will generate a separate row or column for each unique `DateTime` value. If you need [aggregations by year, month, week, and so on, then create additional `int` or `string` properties in the PivotGrid model class](slug:pivotgrid-kb-local-date-aggregates).
2929
* XMLA binding supports [load on demand](slug:pivotgrid-overview#pivotgrid-parameters), which offloads all calculations to the external data source. Local binding receives all data at once and performs all aggregate calculations in-memory. Large amounts of local data may impact the performance, especially in WebAssembly apps.
3030
* When using load on demand, XMLA binding supports custom aggregate functions that are defined and performed in the OLAP cube. Local data supports only the [predefined aggregate types in the `PivotGridAggregateType` enum](slug:telerik.blazor.pivotgridaggregatetype).
3131
* When using local data, all defined measures in `<PivotGridMeasures>` render by default in the PivotGrid. Users can uncheck and hide the measures they don't need from the [PivotGrid Configurator](slug:pivotgrid-configurator).

0 commit comments

Comments
 (0)