[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.PivotGrid

PivotGrid Class

Displays the pivot tables.

Implements
Namespace: C1.Web.Mvc.Olap
Assembly: C1.Web.Mvc.Olap.dll
Syntax
public class PivotGrid : FlexGridBase<object>, IHtmlString, ITemplate

Constructors

Name Description
PivotGrid(HtmlHelper, string)

Creates one PivotGrid instance.

Properties

Name Description
AllowMerging

Gets or sets which parts of the grid provide cell merging.

AlternatingRowStep

Gets or sets a value that determines the number of regular rows between 'alternating' rows.

CenterHeadersVertically

Gets or sets a value that determines whether the content of header cells should be vertically centered.

CollapsibleSubtotals

Gets or sets a value that determines whether the grid should allow users to collapse and expand subtotal groups of rows and columns.

CustomContextMenu

Gets or sets a value that determines whether the grid should provide a custom context menu.

IsReadOnly

Gets or sets a value that determines whether the user can modify cell values using the mouse and keyboard. Default value is True.

ItemsSourceId

Gets or sets the id of the source.

OutlineMode

Gets or sets a value that determines whether the grid should display row groups in outline format, allowing for more compact displays.

ShowColumnFieldHeaders

Gets or sets a value that determines whether the grid should display column field headers in its top-left panel.

ShowDetailOnDoubleClick

Gets or sets a value that determines whether the grid should show a popup containing the detail records when the user double-clicks a cell.

ShowRowFieldHeaders

Gets or sets a value that determines whether the grid should display row field headers in its top-left panel.

ShowRowFieldSort

Gets or sets a value that determines whether the grid should display sort indicators in the column headers for row fields.

ShowValueFieldHeaders

Gets or 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.