Class PivotGrid
Inheritance
System.Object
PivotGrid
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService
Assembly: Syncfusion.EJ.Pivot.dll
Syntax
public class PivotGrid : CommonControl, INamingContainer, IPostBackEventHandler, IPostBackDataHandler, IUrlResolutionService
Constructors
PivotGrid()
Declaration
Fields
Model
Declaration
public PivotGridProperties Model
Field Value
Properties
ClientSideEvents
Declaration
public PivotGridClientSideEvents ClientSideEvents { get; set; }
Property Value
Declaration
public ConditionalFormatSettings ConditionalFormatSettings { get; set; }
Property Value
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
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 |
|
Declaration
public bool EnableConditionalFormatting { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
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 |
|
Declaration
public bool EnableToolTip { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
Declaration
public bool EnableToolTipAnimation { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
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 |
|
Declaration
public FrozenHeaderSettings FrozenHeaderSettings { get; set; }
Property Value
Declaration
public HeaderSettings HeaderSettings { get; set; }
Property Value
HyperlinkSettings
Declaration
public HyperlinkSettings HyperlinkSettings { get; set; }
Property Value
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
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
Declaration
public bool ShowUniqueNameOnPivotButton { get; set; }
Property Value
| Type |
Description |
| System.Boolean |
|
SubTotalSettings
Declaration
public List<SubTotalSettings> SubTotalSettings { get; }
Property Value
Url
Declaration
public string Url { get; set; }
Property Value
| Type |
Description |
| System.String |
|
ValueSortSettings
Declaration
public ValueSortSettings ValueSortSettings { get; set; }
Property Value
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
OnInit(EventArgs)
Declaration
protected override void OnInit(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Overrides
OnLoad(EventArgs)
Declaration
protected override void OnLoad(EventArgs e)
Parameters
| Type |
Name |
Description |
| System.EventArgs |
e |
|
Overrides
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
Render()
Declaration
Returns
| Type |
Description |
| System.String |
|
Render(HtmlTextWriter)
Declaration
protected override void Render(HtmlTextWriter writer)
Parameters
| Type |
Name |
Description |
| System.Web.UI.HtmlTextWriter |
writer |
|
Overrides
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
Events
CellClick
Declaration
public event PivotGrid.PivotGridEventHandler CellClick
Event Type
CellContext
Declaration
public event PivotGrid.PivotGridEventHandler CellContext
Event Type
CellDoubleClick
Declaration
public event PivotGrid.PivotGridEventHandler CellDoubleClick
Event Type
CellEdit
Declaration
public event PivotGrid.PivotGridEventHandler CellEdit
Event Type
CellSelection
Declaration
public event PivotGrid.PivotGridEventHandler CellSelection
Event Type
ColumnHeaderHyperlinkClick
Declaration
public event PivotGrid.PivotGridEventHandler ColumnHeaderHyperlinkClick
Event Type
DrillSuccess
Declaration
public event PivotGrid.PivotGridEventHandler DrillSuccess
Event Type
DrillThrough
Declaration
public event PivotGrid.PivotGridEventHandler DrillThrough
Event Type
Declaration
public event PivotGrid.PivotGridEventHandler RowHeaderHyperlinkClick
Event Type
ServerCSVExporting
Declaration
public event PivotGrid.PivotGridEventHandler ServerCSVExporting
Event Type
ServerExcelExporting
Declaration
public event PivotGrid.PivotGridEventHandler ServerExcelExporting
Event Type
ServerPDFExporting
Declaration
public event PivotGrid.PivotGridEventHandler ServerPDFExporting
Event Type
ServerWordExporting
Declaration
public event PivotGrid.PivotGridEventHandler ServerWordExporting
Event Type
SummaryCellHyperlinkClick
Declaration
public event PivotGrid.PivotGridEventHandler SummaryCellHyperlinkClick
Event Type
ValueCellHyperlinkClick
Declaration
public event PivotGrid.PivotGridEventHandler ValueCellHyperlinkClick
Event Type
Implements
System.Web.UI.INamingContainer
System.Web.UI.IPostBackEventHandler
System.Web.UI.IPostBackDataHandler
System.Web.UI.IUrlResolutionService