ASP.NET MVC - EJ2

Upgrade Guide User Guide Demos Support Forums Download
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum RenderMode - ASP.NETMVC-EJ2 API Reference | Syncfusion

    Show / Hide Table of Contents

    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
    Back to top Generated by DocFX
    Copyright © 2001 - 2022 Syncfusion Inc. All Rights Reserved