Enum RenderMode
Allows to set the mode of rendering the pivot table. They are, Local: Defines the data source in client side and the aggregation done in the same. Server: Defines the data source in server side (WebAPI) and the aggregation done in the same. Only the rendering part alone done in client side.
Namespace: Syncfusion.EJ2.PivotView
Assembly: Syncfusion.EJ2.dll
Syntax
public enum RenderMode
Fields
Name | Description |
---|---|
Local | |
Server |