New to Kendo UI for AngularStart a free 30-day trial

Customizing Pivotgrid

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-pivotgrid-spacerStringk-spacing(4)var(--kendo-spacing-4, 1rem)
Description
The spacer of the PivotGrid.
$kendo-pivotgrid-padding-xNullnullnull
Description
The horizontal padding of the PivotGrid.
$kendo-pivotgrid-padding-yNullnullnull
Description
The vertical of the PivotGrid.
$kendo-pivotgrid-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the PivotGrid.
$kendo-pivotgrid-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the PivotGrid.
$kendo-pivotgrid-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the PivotGrid.
$kendo-pivotgrid-border-widthNumber1px1px
Description
The border width of the PivotGrid.
$kendo-pivotgrid-icon-spacingStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The icon spacing of the PivotGrid.
$kendo-pivotgrid-row-header-widthNumber300px300px
Description
The default width of the PivotGrid row header.
$kendo-pivotgrid-column-header-heightNumber75px75px
Description
The default height of the PivotGrid column header.
$kendo-pivotgrid-cell-padding-xString$kendo-table-md-cell-padding-xvar(--kendo-spacing-6, 1.5rem)
Description
The horizontal padding of the PivotGrid cell.
$kendo-pivotgrid-cell-padding-yString$kendo-table-md-cell-padding-yvar(--kendo-spacing-2\.5, 0.625rem)
Description
The vertical padding of the PivotGrid cell.
$kendo-pivotgrid-cell-border-widthNumber1px1px
Description
The border width of the PivotGrid cell.
$kendo-pivotgrid-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the PivotGrid.
$kendo-pivotgrid-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the PivotGrid.
$kendo-pivotgrid-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
The border color of the PivotGrid.
$kendo-pivotgrid-alt-borderStringif($kendo-enable-color-system, k-color( border-alt ), k-try-shade( $kendo-pivotgrid-border, 2 ))var(--kendo-color-border-alt, rgba(0, 0, 0, 0.15))
Description
The alt border color of the PivotGrid.
$kendo-pivotgrid-headers-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( app-surface ) 2%, transparent), rgba( $kendo-component-header-bg, .02 ))color-mix(in srgb, var(--kendo-color-app-surface, #ffffff) 2%, transparent)
Description
The background color of the PivotGrid header.
$kendo-pivotgrid-headers-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the PivotGrid header.
$kendo-pivotgrid-headers-borderString$kendo-component-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
The border color of the PivotGrid header.
$kendo-pivotgrid-total-bgStringif($kendo-enable-color-system, k-color( base-subtle ), k-try-shade( $kendo-pivotgrid-bg, 1 ))var(--kendo-color-base-subtle, #ebebeb)
Description
The background color of the PivotGrid total cells.
$kendo-pivotgrid-total-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the PivotGrid total cells.
$kendo-pivotgrid-total-borderString$kendo-component-header-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
The border color of the PivotGrid total cells.
$kendo-pivotgrid-hover-bgStringif($kendo-enable-color-system, k-color( base-hover ), k-color-darken( $kendo-pivotgrid-bg, 7% ))var(--kendo-color-base-hover, #ebebeb)
Description
The hover background color of the PivotGrid.
$kendo-pivotgrid-hover-textNullnullnull
Description
The hover text color of the PivotGrid.
$kendo-pivotgrid-hover-borderNullnullnull
Description
The hover border color of the PivotGrid.
$kendo-pivotgrid-selected-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( base-active ) 25%, transparent), rgba( k-contrast-color( $kendo-pivotgrid-bg ), .04 ))color-mix(in srgb, var(--kendo-color-base-active, #d6d6d6) 25%, transparent)
Description
The selected background color of the PivotGrid.
$kendo-pivotgrid-selected-textNullnullnull
Description
The selected text color of the PivotGrid.
$kendo-pivotgrid-selected-borderNullnullnull
Description
The selected border color of the PivotGrid.
$kendo-pivotgrid-focus-shadowNull$kendo-list-item-focus-shadownull
Description
The focus shadow of the PivotGrid.
$kendo-pivotgrid-configurator-padding-xNullnullnull
Description
The horizontal padding of the PivotGrid configurator.
$kendo-pivotgrid-configurator-padding-yNullnullnull
Description
The vertical padding of the PivotGrid configurator.
$kendo-pivotgrid-configurator-border-widthNumber1px1px
Description
The border width of the PivotGrid configurator.
$kendo-pivotgrid-configurator-header-padding-xString$kendo-pivotgrid-spacervar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-header-padding-yCalculationcalc( #{$kendo-pivotgrid-spacer} * .75 )calc(var(--kendo-spacing-4, 1rem) * 0.75)
Description
The vertical padding of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-header-font-sizeNumber18px18px
Description
The font size of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-header-font-weightNumber500500
Description
The font weight of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-content-padding-xString$kendo-pivotgrid-spacervar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the PivotGrid configurator content.
$kendo-pivotgrid-configurator-content-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the PivotGrid configurator content.
$kendo-pivotgrid-configurator-fields-margin-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal margin of the PivotGrid configurator fields.
$kendo-pivotgrid-configurator-fields-margin-yCalculationcalc( #{$kendo-pivotgrid-spacer} / 2 )calc(var(--kendo-spacing-4, 1rem) / 2)
Description
The vertical margin of the PivotGrid configurator fields.
$kendo-pivotgrid-configurator-vertical-widthNumber320px320px
Description
The default width of the PivotGrid vertical configurator.
$kendo-pivotgrid-configurator-horizontal-heightNumber420px420px
Description
The default height of the PivotGrid horizontal configurator.
$kendo-pivotgrid-configurator-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the PivotGrid configurator.
$kendo-pivotgrid-configurator-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the PivotGrid configurator.
$kendo-pivotgrid-configurator-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
The border color of the PivotGrid configurator.
$kendo-pivotgrid-configurator-header-bgNullnullnull
Description
The background color of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-header-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-header-borderNullnullnull
Description
The border color of the PivotGrid configurator header.
$kendo-pivotgrid-configurator-end-shadowString$box-shadow-depth-3var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))
Description
The shadow of the PivotGrid configurator.
$kendo-pivotgrid-configurator-start-shadowString$box-shadow-depth-3var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))
Description
The end shadow of the PivotGrid configurator.
$kendo-pivotgrid-configurator-top-shadowString$box-shadow-depth-3var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))
Description
The start shadow of the PivotGrid configurator.
$kendo-pivotgrid-configurator-bottom-shadowString$box-shadow-depth-3var(--kendo-elevation-3, 0px 1px 8px 0px rgba(0, 0, 0, 0.2), 0px 3px 3px 0px rgba(0, 0, 0, 0.12), 0px 3px 4px 0px rgba(0, 0, 0, 0.14))
Description
The top shadow of the PivotGrid configurator.
$kendo-pivotgrid-configurator-button-padding-xStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The horizontal padding of the PivotGrid configurator button.
$kendo-pivotgrid-configurator-button-padding-yStringk-spacing(1)var(--kendo-spacing-1, 0.25rem)
Description
The vertical padding of the PivotGrid configurator button.
$kendo-pivotgrid-configurator-button-border-widthNumber1px1px
Description
The 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
The size of the PivotGrid configurator button.
$kendo-pivotgrid-calculated-field-padding-xString$kendo-pivotgrid-spacervar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-padding-yString$kendo-pivotgrid-spacervar(--kendo-spacing-4, 1rem)
Description
The vertical padding of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-border-widthNumber1px1px
Description
The border width of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-gapString$kendo-pivotgrid-spacervar(--kendo-spacing-4, 1rem)
Description
The spacing of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-bgString$kendo-component-bgvar(--kendo-color-surface-alt, #ffffff)
Description
The background color of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-textString$kendo-component-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-borderString$kendo-component-bordervar(--kendo-color-border, rgba(0, 0, 0, 0.12))
Description
The border color of the PivotGrid calculated field.
$kendo-pivotgrid-calculated-field-header-bgNullnullnull
Description
The background color of the PivotGrid calculated field header.
$kendo-pivotgrid-calculated-field-header-textString$kendo-component-header-textvar(--kendo-color-on-app-surface, #212121)
Description
The text color of the PivotGrid calculated field header.
$kendo-pivotgrid-calculated-field-header-borderNullnullnull
Description
The border color of the PivotGrid calculated field header.
$kendo-pivotgrid-treeview-padding-xString$kendo-pivotgrid-spacervar(--kendo-spacing-4, 1rem)
Description
The horizontal padding of the PivotGrid treeview.
$kendo-pivotgrid-treeview-padding-yStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The vertical padding of the PivotGrid treeview.
In this article
VariablesSuggested Links
Not finding the help you need?
Contact Support