Customizing Pivotgrid

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-pivotgrid-spacerStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
Spacer of the PivotGrid.
$kendo-pivotgrid-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Horizontal padding of the PivotGrid.
$kendo-pivotgrid-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Vertical of the PivotGrid.
$kendo-pivotgrid-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
Font family of the PivotGrid.
$kendo-pivotgrid-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
Font size of the PivotGrid.
$kendo-pivotgrid-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
Line height of the PivotGrid.
$kendo-pivotgrid-border-widthNumber1px1px
Description
Border width of the PivotGrid.
$kendo-pivotgrid-icon-spacingStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
Icon spacing of the PivotGrid.
$kendo-pivotgrid-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
Background color of the PivotGrid.
$kendo-pivotgrid-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
Text color of the PivotGrid.
$kendo-pivotgrid-borderStringvar( --kendo-component-border, initial )var(--kendo-component-border, initial)
Description
Border color of the PivotGrid.
$kendo-pivotgrid-alt-borderString$kendo-pivotgrid-bordervar(--kendo-component-border, initial)
Description
Alt border color of the PivotGrid.
$kendo-pivotgrid-row-header-widthNumber300px300px
Description
Default width of the PivotGrid row header.
$kendo-pivotgrid-column-header-heightNumber75px75px
Description
Default height of the PivotGrid column header.
$kendo-pivotgrid-cell-padding-xString$kendo-table-cell-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
Horizontal padding of the PivotGrid cell.
$kendo-pivotgrid-cell-padding-yString$kendo-table-cell-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
Vertical padding of the PivotGrid cell.
$kendo-pivotgrid-cell-border-widthNumber1px1px
Description
Border width of the PivotGrid cell.
$kendo-pivotgrid-headers-bgStringvar( --kendo-component-bg, inherit )var(--kendo-component-bg, inherit)
Description
Background color of the PivotGrid header.
$kendo-pivotgrid-headers-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
Text color of the PivotGrid header.
$kendo-pivotgrid-headers-borderStringvar( --kendo-component-border, inherit )var(--kendo-component-border, inherit)
Description
Border color of the PivotGrid header.
$kendo-pivotgrid-total-bgStringif($kendo-enable-color-system, k-color( base-subtle ), k-get-theme-color-var( neutral-20 ))var(--kendo-color-base-subtle, #edebe9)
Description
Background color of the PivotGrid total cells.
$kendo-pivotgrid-total-textStringvar( --kendo-component-text, inherit )var(--kendo-component-text, inherit)
Description
Text color of the PivotGrid total cells.
$kendo-pivotgrid-total-borderStringvar( --kendo-component-border, inherit )var(--kendo-component-border, inherit)
Description
Border color of the PivotGrid total cells.
$kendo-pivotgrid-hover-bgStringvar( --kendo-hover-bg, inherit )var(--kendo-hover-bg, inherit)
Description
Hover background color of the PivotGrid.
$kendo-pivotgrid-hover-textStringinheritinherit
Description
Hover text color of the PivotGrid.
$kendo-pivotgrid-hover-borderStringinheritinherit
Description
Hover border color of the PivotGrid.
$kendo-pivotgrid-selected-bgStringvar( --kendo-selected-bg, inherit )var(--kendo-selected-bg, inherit)
Description
Selected background color of the PivotGrid.
$kendo-pivotgrid-selected-textStringinheritinherit
Description
Selected text color of the PivotGrid.
$kendo-pivotgrid-selected-borderStringinheritinherit
Description
Selected border color of the PivotGrid.
$kendo-pivotgrid-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 1px var(--kendo-color-base-emphasis, #605e5c)
Description
Focus shadow of the PivotGrid.
$kendo-pivotgrid-configurator-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Horizontal padding of the PivotGrid configurator.
$kendo-pivotgrid-configurator-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Vertical padding of the PivotGrid configurator.
$kendo-pivotgrid-configurator-border-widthNumber1px1px
Description
Border width of the PivotGrid configurator.
$kendo-pivotgrid-configurator-header-padding-xString$kendo-pivotgrid-spacervar(--kendo-spacing-3, 0.75rem)
Description
Horizontal padding of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-header-padding-yString$kendo-pivotgrid-configurator-header-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
Vertical padding of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-header-font-sizeCalculationcalc( var( --kendo-font-size-xl, 2rem ) * .9 )calc(var(--kendo-font-size-xl, 2rem) * 0.9)
Description
Font size of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-header-font-weightStringvar( --kendo-font-weight-bold, bold )var(--kendo-font-weight-bold, bold)
Description
Font weight of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-content-padding-xString$kendo-pivotgrid-spacervar(--kendo-spacing-3, 0.75rem)
Description
Horizontal padding of the PivotGrid configurator content.
$kendo-pivotgrid-configurator-content-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Vertical padding of the PivotGrid configurator content.
$kendo-pivotgrid-configurator-fields-margin-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Horizontal margin of the PivotGrid configurator fields.
$kendo-pivotgrid-configurator-fields-margin-yCalculationcalc( #{$kendo-pivotgrid-spacer} / 2 )calc(var(--kendo-spacing-3, 0.75rem) / 2)
Description
Vertical margin of the PivotGrid configurator fields.
$kendo-pivotgrid-configurator-fields-gapStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Spacing of the PivotGrid configurator fields.
$kendo-pivotgrid-configurator-vertical-widthNumber320px320px
Description
Default width of the PivotGrid vertical configurator.
$kendo-pivotgrid-configurator-horizontal-heightNumber420px420px
Description
Default height of the PivotGrid horizontal configurator.
$kendo-pivotgrid-configurator-bgStringvar( --kendo-component-bg, inherit )var(--kendo-component-bg, inherit)
Description
Background color of the PivotGrid configurator.
$kendo-pivotgrid-configurator-textStringif($kendo-enable-color-system, k-color( on-app-surface ), k-get-theme-color-var( neutral-190 ))var(--kendo-color-on-app-surface, #323130)
Description
Text color of the PivotGrid configurator.
$kendo-pivotgrid-configurator-borderStringvar( --kendo-component-border, inherit )!defaultvar(--kendo-component-border, inherit)
Description
Border color of the PivotGrid configurator.
$kendo-pivotgrid-configurator-header-bgStringvar( --kendo-component-bg, inherit )var(--kendo-component-bg, inherit)
Description
Background color of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-header-textStringvar( --kendo-component-text, inherit )var(--kendo-component-text, inherit)
Description
Text color of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-header-borderStringinheritinherit
Description
Border color of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-button-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
Horizontal padding of the PivotGrid configurator button.
$kendo-pivotgrid-configurator-button-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
Vertical padding of the PivotGrid configurator button.
$kendo-pivotgrid-configurator-button-border-widthNumber1px1px
Description
Border width of the PivotGrid configurator button.
$kendo-pivotgrid-configurator-button-sizeCalculationcalc( calc( #{$kendo-pivotgrid-line-height} * 1em ) + calc( #{$kendo-pivotgrid-configurator-button-padding-y} * 2 ) + calc( #{$kendo-pivotgrid-configurator-button-border-width} * 2 ) )calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)
Description
Size of the PivotGrid configurator button.
$kendo-pivotgrid-configurator-button-icon-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
Icon spacing of the PivotGrid configurator button.
$kendo-pivotgrid-calculated-field-padding-xString$kendo-pivotgrid-spacervar(--kendo-spacing-3, 0.75rem)
Description
Horizontal padding of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-padding-yString$kendo-pivotgrid-spacervar(--kendo-spacing-3, 0.75rem)
Description
Vertical padding of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-border-widthNumber1px1px
Description
Border width of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
Border radius of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-gapString$kendo-pivotgrid-spacervar(--kendo-spacing-3, 0.75rem)
Description
Spacing of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-bgStringvar( --kendo-component-bg, inherit )var(--kendo-component-bg, inherit)
Description
Background color of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-textStringvar( --kendo-component-text, inherit )var(--kendo-component-text, inherit)
Description
Text color of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-borderStringvar( --kendo-component-border, inherit )var(--kendo-component-border, inherit)
Description
Border color of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-header-bgStringinheritinherit
Description
Background color of the PivotGrid calculated field header.
$kendo-pivotgrid-calculated-field-header-textStringvar( --kendo-component-text, inherit )var(--kendo-component-text, inherit)
Description
Text color of the PivotGrid calculated field header.
$kendo-pivotgrid-calculated-field-header-borderStringinheritinherit
Description
Border color of the PivotGrid calculated field header.
$kendo-pivotgrid-treeview-padding-xCalculationcalc( #{$kendo-pivotgrid-spacer} / 2 )calc(var(--kendo-spacing-3, 0.75rem) / 2)
Description
Horizontal padding of the PivotGrid treeview.
$kendo-pivotgrid-treeview-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
Vertical padding of the PivotGrid treeview.

In this article

Not finding the help you need?