Skip to main content
A newer version of this page is available. .

PivotGridBuilder<T> Methods

A PivotGrid control.
Name Description
AllowExpandAll(JS) Mirrors the client-side allowExpandAll option.
AllowExpandAll(Boolean) Mirrors the client-side allowExpandAll option.
AllowFiltering(JS) Mirrors the client-side allowFiltering option.
AllowFiltering(Boolean) Mirrors the client-side allowFiltering option.
AllowSorting(JS) Mirrors the client-side allowSorting option.
AllowSorting(Boolean) Mirrors the client-side allowSorting option.
AllowSortingBySummary(JS) Mirrors the client-side allowSortingBySummary option.
AllowSortingBySummary(Boolean) Mirrors the client-side allowSortingBySummary option.
DataFieldArea(PivotGridDataFieldArea) Mirrors the client-side dataFieldArea option.
DataSource(Action<PivotGridDataSourceBuilder<T>>) Binds a PivotGrid control to data from an OLAP cube.
Disabled(JS) Mirrors the client-side disabled option.
Disabled(Boolean) Mirrors the client-side disabled option.
ElementAttr(JS) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Dictionary<String, Object>) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
ElementAttr(String, Object) Mirrors the client-side elementAttr option, specifies attributes for the control’s root HTML element.
EncodeHtml(JS) Mirrors the client-side encodeHtml option.
EncodeHtml(Boolean) Mirrors the client-side encodeHtml option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Export(Action<PivotGridExportBuilder>) Mirrors the client-side export object.
FieldChooser(Action<PivotGridFieldChooserBuilder>) Mirrors the client-side fieldChooser object.
FieldPanel(Action<PivotGridFieldPanelBuilder>) Mirrors the client-side fieldPanel object.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HeaderFilter(Action<PivotGridHeaderFilterBuilder>) Mirrors the client-side headerFilter object.
Height(JS) Mirrors the client-side height option.
Height(Double) Mirrors the client-side height option.
Height(String) Mirrors the client-side height option.
HideEmptySummaryCells(JS) Mirrors the client-side hideEmptySummaryCells option.
HideEmptySummaryCells(Boolean) Mirrors the client-side hideEmptySummaryCells option.
Hint(JS) Mirrors the client-side hint option.
Hint(String) Mirrors the client-side hint option.
ID(JS) Specifies the id attribute for the control’s HTML element (used for nested controls within templates).
ID(String) Specifies the id attribute for the control’s HTML element.
LoadPanel(Action<PivotGridLoadPanelBuilder>) Mirrors the client-side loadPanel object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
OnCellClick(RazorBlock) Mirrors the client-side onCellClick option.
OnCellClick(String) Mirrors the client-side onCellClick option.
OnCellPrepared(RazorBlock) Mirrors the client-side onCellPrepared option.
OnCellPrepared(String) Mirrors the client-side onCellPrepared option.
OnContentReady(RazorBlock) Mirrors the client-side onContentReady option.
OnContentReady(String) Mirrors the client-side onContentReady option.
OnContextMenuPreparing(RazorBlock) Mirrors the client-side onContextMenuPreparing option.
OnContextMenuPreparing(String) Mirrors the client-side onContextMenuPreparing option.
OnDisposing(RazorBlock) Mirrors the client-side onDisposing option.
OnDisposing(String) Mirrors the client-side onDisposing option.
OnExported(RazorBlock) Obsolete. Mirrors the client-side onExported option.
OnExported(String) Obsolete. Mirrors the client-side onExported option.
OnExporting(RazorBlock) Mirrors the client-side onExporting option.
OnExporting(String) Mirrors the client-side onExporting option.
OnFileSaving(RazorBlock) Obsolete. Mirrors the client-side onFileSaving option.
OnFileSaving(String) Obsolete. Mirrors the client-side onFileSaving option.
OnInitialized(RazorBlock) Mirrors the client-side onInitialized option.
OnInitialized(String) Mirrors the client-side onInitialized option.
OnOptionChanged(RazorBlock) Mirrors the client-side onOptionChanged option.
OnOptionChanged(String) Mirrors the client-side onOptionChanged option.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Render() Inherited from WidgetBuilder.
RowHeaderLayout(PivotGridRowHeadersLayout) Mirrors the client-side rowHeaderLayout option.
RtlEnabled(JS) Mirrors the client-side rtlEnabled option.
RtlEnabled(Boolean) Mirrors the client-side rtlEnabled option.
Scrolling(Action<PivotGridScrollingBuilder>) Mirrors the client-side scrolling object.
ShowBorders(JS) Mirrors the client-side showBorders option.
ShowBorders(Boolean) Mirrors the client-side showBorders option.
ShowColumnGrandTotals(JS) Mirrors the client-side showColumnGrandTotals option.
ShowColumnGrandTotals(Boolean) Mirrors the client-side showColumnGrandTotals option.
ShowColumnTotals(JS) Mirrors the client-side showColumnTotals option.
ShowColumnTotals(Boolean) Mirrors the client-side showColumnTotals option.
ShowRowGrandTotals(JS) Mirrors the client-side showRowGrandTotals option.
ShowRowGrandTotals(Boolean) Mirrors the client-side showRowGrandTotals option.
ShowRowTotals(JS) Mirrors the client-side showRowTotals option.
ShowRowTotals(Boolean) Mirrors the client-side showRowTotals option.
ShowTotalsPrior(PivotGridTotalsDisplayMode) Mirrors the client-side showTotalsPrior option.
StateStoring(Action<PivotGridStateStoringBuilder>) Mirrors the client-side stateStoring object.
TabIndex(JS) Mirrors the client-side tabIndex option.
TabIndex(Int32) Mirrors the client-side tabIndex option.
Texts(Action<PivotGridTextsBuilder>) Mirrors the client-side texts object.
ToString() Inherited from WidgetBuilder.
ToTemplate() Renders the control as a template string for use in another control’s template. Inherited from WidgetBuilder.
Visible(JS) Mirrors the client-side visible option.
Visible(Boolean) Mirrors the client-side visible option.
Width(JS) Mirrors the client-side width option.
Width(Double) Mirrors the client-side width option.
Width(String) Mirrors the client-side width option.
WordWrapEnabled(JS) Mirrors the client-side wordWrapEnabled option.
WordWrapEnabled(Boolean) Mirrors the client-side wordWrapEnabled option.
See Also