[]
        
(Showing Draft Content)

C1.Web.Mvc.Olap.TagHelpers.PivotGridTagHelper

PivotGridTagHelper Class

ITagHelper implementation for PivotGrid.

Namespace: C1.Web.Mvc.Olap.TagHelpers
Assembly: C1.AspNetCore.Mvc.Olap.dll
Syntax
[HtmlTargetElement("c1-pivot-grid")]
[RestrictChildren("c1-flex-grid-cell-template", new string[] { })]
public class PivotGridTagHelper : FlexGridBaseTagHelper<object, PivotGrid>, ITagHelper, ITagHelperComponent, ITemplateTagHelper

Constructors

Name Description
PivotGridTagHelper()

Properties

Name Description
AllowMerging

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

AlternatingRowStep

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

CenterHeadersVertically

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

CollapsibleSubtotals

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

CustomContextMenu

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

IsReadOnly

Configurates IsReadOnly. 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

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

ShowColumnFieldHeaders

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

ShowDetailOnDoubleClick

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

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

ShowRowFieldSort

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

ShowValueFieldHeaders

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.