[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.Fluent.PivotGridBuilder

PivotGridBuilder Class

Defines a builder to configurate PivotGrid.

Implements
Namespace: C1.Web.Mvc.Olap.Fluent
Assembly: C1.Web.Mvc.Olap.dll
Syntax
public class PivotGridBuilder : FlexGridBaseBuilder<object, PivotGrid, PivotGridBuilder>, IHtmlString

Constructors

Name Description
PivotGridBuilder(PivotGrid)

Creates one PivotGridBuilder instance to configurate component.

Methods

Name Description
AllowMerging(AllowMerging)

Configurates AllowMerging. Sets which parts of the grid provide cell merging.

AlternatingRowStep(int)

Configurates AlternatingRowStep. Sets a value that determines the number of regular rows between 'alternating' rows.

CenterHeadersVertically(bool)

Configurates CenterHeadersVertically. Sets a value that determines whether the content of header cells should be vertically centered.

CollapsibleSubtotals(bool)

Configurates CollapsibleSubtotals. Sets a value that determines whether the grid should allow users to collapse and expand subtotal groups of rows and columns.

CustomContextMenu(bool)

Configurates CustomContextMenu. Sets a value that determines whether the grid should provide a custom context menu.

IsReadOnly(bool)

Configurates IsReadOnly. Sets a value that determines whether the user can modify cell values using the mouse and keyboard. Default value is True.

ItemsSourceId(string)

Sets the source id.

OutlineMode(bool)

Configurates OutlineMode. Sets a value that determines whether the grid should display row groups in outline format, allowing for more compact displays.

ShowColumnFieldHeaders(bool)

Configurates ShowColumnFieldHeaders. Sets a value that determines whether the grid should display column field headers in its top-left panel.

ShowDetailOnDoubleClick(bool)

Configurates ShowDetailOnDoubleClick. Sets a value that determines whether the grid should show a popup containing the detail records when the user double-clicks a cell.

ShowRowFieldHeaders(bool)

Configurates ShowRowFieldHeaders. Sets a value that determines whether the grid should display row field headers in its top-left panel.

ShowRowFieldSort(bool)

Configurates ShowRowFieldSort. Sets a value that determines whether the grid should display sort indicators in the column headers for row fields.

ShowValueFieldHeaders(bool)

Configurates ShowValueFieldHeaders. Sets a value that determines whether the grid should display value field headers in its content panel even when the view has a single value field and a single column field.