menu

ASP.NET MVC

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class PivotGrid

    Show / Hide Table of Contents

    Class PivotGrid

    Inheritance
    System.Object
    CommonControl
    PivotGrid
    Implements
    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Inherited Members
    CommonControl.RaisePostBackEvent(String)
    CommonControl.LoadViewState(Object)
    Namespace: Syncfusion.JavaScript.Web
    Assembly: Syncfusion.EJ.Pivot.dll
    Syntax
    public class PivotGrid : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService

    Constructors

    PivotGrid()

    Declaration
    public PivotGrid()

    Fields

    Model

    Declaration
    public PivotGridProperties Model
    Field Value
    Type Description
    PivotGridProperties

    Properties

    ClientSideEvents

    Declaration
    public PivotGridClientSideEvents ClientSideEvents { get; set; }
    Property Value
    Type Description
    PivotGridClientSideEvents

    ConditionalFormatSettings

    Declaration
    public ConditionalFormatSettings ConditionalFormatSettings { get; set; }
    Property Value
    Type Description
    ConditionalFormatSettings

    CssClass

    Declaration
    [JsonProperty("cssClass")]
    public string CssClass { get; set; }
    Property Value
    Type Description
    System.String

    CustomObject

    Declaration
    public Dictionary<string, object> CustomObject { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    DataSource

    Declaration
    public PivotDataSource DataSource { get; set; }
    Property Value
    Type Description
    PivotDataSource

    EnableAdvancedFilter

    Declaration
    public bool EnableAdvancedFilter { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellClick

    Declaration
    public bool EnableCellClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellContext

    Declaration
    public bool EnableCellContext { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellDoubleClick

    Declaration
    public bool EnableCellDoubleClick { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellEditing

    Declaration
    public bool EnableCellEditing { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCellSelection

    Declaration
    public bool EnableCellSelection { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCheckStateOnSearch

    Declaration
    public bool EnableCheckStateOnSearch { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCollapseByDefault

    Declaration
    public bool EnableCollapseByDefault { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableColumnGrandTotal

    Declaration
    public bool EnableColumnGrandTotal { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableColumnResizing

    Declaration
    public bool EnableColumnResizing { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableCompleteDataExport

    Declaration
    public bool EnableCompleteDataExport { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableConditionalFormatting

    Declaration
    public bool EnableConditionalFormatting { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableContextMenu

    Declaration
    public bool EnableContextMenu { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDefaultValue

    Declaration
    public bool EnableDefaultValue { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDeferUpdate

    Declaration
    public bool EnableDeferUpdate { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableDrillThrough

    Declaration
    public bool EnableDrillThrough { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableGrandTotal

    Declaration
    public bool EnableGrandTotal { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableGroupingBar

    Declaration
    public bool EnableGroupingBar { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableJSONRendering

    Declaration
    public bool EnableJSONRendering { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMemberEditorPaging

    Declaration
    public bool EnableMemberEditorPaging { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableMemberEditorSorting

    Declaration
    public bool EnableMemberEditorSorting { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePaging

    Declaration
    public bool EnablePaging { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnablePivotFieldList

    Declaration
    public bool EnablePivotFieldList { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRowGrandTotal

    Declaration
    public bool EnableRowGrandTotal { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableRTL

    Declaration
    public bool EnableRTL { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableToolTip

    Declaration
    public bool EnableToolTip { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableToolTipAnimation

    Declaration
    public bool EnableToolTipAnimation { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableVirtualScrolling

    Declaration
    public bool EnableVirtualScrolling { get; set; }
    Property Value
    Type Description
    System.Boolean

    EnableXHRCredentials

    Declaration
    public bool EnableXHRCredentials { get; set; }
    Property Value
    Type Description
    System.Boolean

    FrozenHeaderSettings

    Declaration
    public FrozenHeaderSettings FrozenHeaderSettings { get; set; }
    Property Value
    Type Description
    FrozenHeaderSettings

    HeaderSettings

    Declaration
    public HeaderSettings HeaderSettings { get; set; }
    Property Value
    Type Description
    HeaderSettings

    HyperlinkSettings

    Declaration
    public HyperlinkSettings HyperlinkSettings { get; set; }
    Property Value
    Type Description
    HyperlinkSettings

    IsResponsive

    Declaration
    public bool IsResponsive { get; set; }
    Property Value
    Type Description
    System.Boolean

    JSONRecords

    Declaration
    public Dictionary<string, object> JSONRecords { get; set; }
    Property Value
    Type Description
    System.Collections.Generic.Dictionary<System.String, System.Object>

    Layout

    Declaration
    [JsonConverter(typeof(StringEnumConverter))]
    public PivotGridLayout Layout { get; set; }
    Property Value
    Type Description
    PivotGridLayout

    Locale

    Declaration
    public string Locale { get; set; }
    Property Value
    Type Description
    System.String

    MaxNodeLimitInMemberEditor

    Declaration
    public int MaxNodeLimitInMemberEditor { get; set; }
    Property Value
    Type Description
    System.Int32

    MemberEditorPageSize

    Declaration
    public int MemberEditorPageSize { get; set; }
    Property Value
    Type Description
    System.Int32

    PivotTableFieldListID

    Declaration
    public string PivotTableFieldListID { get; set; }
    Property Value
    Type Description
    System.String

    ResizeColumnsToFit

    Declaration
    public bool ResizeColumnsToFit { get; set; }
    Property Value
    Type Description
    System.Boolean

    ServiceMethodSettings

    Declaration
    public PivotGridServiceMethods ServiceMethodSettings { get; set; }
    Property Value
    Type Description
    PivotGridServiceMethods

    ShowUniqueNameOnPivotButton

    Declaration
    public bool ShowUniqueNameOnPivotButton { get; set; }
    Property Value
    Type Description
    System.Boolean

    SubTotalSettings

    Declaration
    public List<SubTotalSettings> SubTotalSettings { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<SubTotalSettings>

    Url

    Declaration
    public string Url { get; set; }
    Property Value
    Type Description
    System.String

    ValueSortSettings

    Declaration
    public ValueSortSettings ValueSortSettings { get; set; }
    Property Value
    Type Description
    ValueSortSettings

    Methods

    DependentScripts()

    Declaration
    public List<string> DependentScripts()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>

    GetDependentFiles()

    Declaration
    public override List<string> GetDependentFiles()
    Returns
    Type Description
    System.Collections.Generic.List<System.String>
    Overrides
    CommonControl.GetDependentFiles()

    OnInit(EventArgs)

    Declaration
    protected override void OnInit(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnInit(EventArgs)

    OnLoad(EventArgs)

    Declaration
    protected override void OnLoad(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e
    Overrides
    CommonControl.OnLoad(EventArgs)

    OnPreRender(EventArgs)

    Declaration
    protected override void OnPreRender(EventArgs e)
    Parameters
    Type Name Description
    System.EventArgs e

    PostBackEventHandler(String, Dictionary<String, Object>)

    Declaration
    public override void PostBackEventHandler(string EventName, Dictionary<string, object> args)
    Parameters
    Type Name Description
    System.String EventName
    System.Collections.Generic.Dictionary<System.String, System.Object> args
    Overrides
    CommonControl.PostBackEventHandler(String, Dictionary<String, Object>)

    Render()

    Declaration
    public string Render()
    Returns
    Type Description
    System.String

    Render(HtmlTextWriter)

    Declaration
    protected override void Render(HtmlTextWriter writer)
    Parameters
    Type Name Description
    System.Web.UI.HtmlTextWriter writer
    Overrides
    CommonControl.Render(HtmlTextWriter)

    UpdateServerModel(Dictionary<String, Object>)

    Declaration
    public override void UpdateServerModel(Dictionary<string, object> ClientModel)
    Parameters
    Type Name Description
    System.Collections.Generic.Dictionary<System.String, System.Object> ClientModel
    Overrides
    CommonControl.UpdateServerModel(Dictionary<String, Object>)

    Events

    CellClick

    Declaration
    public event PivotGrid.PivotGridEventHandler CellClick
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    CellContext

    Declaration
    public event PivotGrid.PivotGridEventHandler CellContext
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    CellDoubleClick

    Declaration
    public event PivotGrid.PivotGridEventHandler CellDoubleClick
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    CellEdit

    Declaration
    public event PivotGrid.PivotGridEventHandler CellEdit
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    CellSelection

    Declaration
    public event PivotGrid.PivotGridEventHandler CellSelection
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    ColumnHeaderHyperlinkClick

    Declaration
    public event PivotGrid.PivotGridEventHandler ColumnHeaderHyperlinkClick
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    DrillSuccess

    Declaration
    public event PivotGrid.PivotGridEventHandler DrillSuccess
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    DrillThrough

    Declaration
    public event PivotGrid.PivotGridEventHandler DrillThrough
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    RowHeaderHyperlinkClick

    Declaration
    public event PivotGrid.PivotGridEventHandler RowHeaderHyperlinkClick
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    ServerCSVExporting

    Declaration
    public event PivotGrid.PivotGridEventHandler ServerCSVExporting
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    ServerExcelExporting

    Declaration
    public event PivotGrid.PivotGridEventHandler ServerExcelExporting
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    ServerPDFExporting

    Declaration
    public event PivotGrid.PivotGridEventHandler ServerPDFExporting
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    ServerWordExporting

    Declaration
    public event PivotGrid.PivotGridEventHandler ServerWordExporting
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    SummaryCellHyperlinkClick

    Declaration
    public event PivotGrid.PivotGridEventHandler SummaryCellHyperlinkClick
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    ValueCellHyperlinkClick

    Declaration
    public event PivotGrid.PivotGridEventHandler ValueCellHyperlinkClick
    Event Type
    Type Description
    PivotGrid.PivotGridEventHandler

    Implements

    System.Web.UI.INamingContainer
    System.Web.UI.IPostBackEventHandler
    System.Web.UI.IPostBackDataHandler
    System.Web.UI.IUrlResolutionService
    Back to top Generated by DocFX
    Copyright © 2001 - 2025 Syncfusion Inc. All Rights Reserved