New to Kendo UI for Angular? Start a free 30-day trial

Customizing Grid

Variables

The following table lists the available variables for customization.

NameTypeDefault valueComputed value
$kendo-grid-border-widthNumber1px1px
Description
The border width of the Grid.
$kendo-grid-border-styleStringsolidsolid
Description
The border style of the Grid.
$kendo-grid-font-familyStringvar( --kendo-font-family, inherit )var(--kendo-font-family, inherit)
Description
The font family of the Grid.
$kendo-grid-font-sizeStringvar( --kendo-font-size, inherit )var(--kendo-font-size, inherit)
Description
The font size of the Grid.
$kendo-grid-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The line height of the Grid.
$kendo-grid-padding-xString$kendo-table-cell-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid.
$kendo-grid-padding-yString$kendo-table-cell-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Grid.
$kendo-grid-header-padding-xString$kendo-grid-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid header.
$kendo-grid-header-padding-yString$kendo-grid-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Grid header.
$kendo-grid-grouping-header-padding-xString$kendo-toolbar-md-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Grid grouping header.
$kendo-grid-grouping-header-padding-yString$kendo-toolbar-md-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid grouping header.
$kendo-grid-cell-padding-xString$kendo-grid-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid cell.
$kendo-grid-cell-padding-yString$kendo-grid-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Grid cell.
$kendo-grid-filter-cell-padding-xString$kendo-grid-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid filter cell.
$kendo-grid-filter-cell-padding-yString$kendo-grid-filter-cell-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Grid filter cell.
$kendo-grid-edit-cell-padding-xString$kendo-grid-cell-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid edit cell.
$kendo-grid-edit-cell-padding-yCalculationcalc( #{k-spacing(2.5)} / 2 )calc(var(--kendo-spacing-2\.5, 0.625rem) / 2)
Description
The vertical padding of the Grid filter cell.
$kendo-grid-group-drop-hint-sizeNumber6px6px
Description
The size of the Grid group drop clue.
$kendo-grid-group-drop-hint-line-sizeNumber1px1px
Description
The line size of the Grid group drop clue.
$kendo-grid-group-drop-hint-dot-sizeNumber$kendo-grid-group-drop-hint-size6px
Description
The dot size of the Grid group drop clue.
$kendo-grid-group-drop-hint-heightCalculationcalc( #{$kendo-chip-calc-size} + #{$kendo-grid-group-drop-hint-size} )calc(calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) + 6px)
Description
The height of the Grid group drop clue.
$kendo-grid-group-drop-hint-topNumber2px2px
Description
The top offset of the Grid group drop clue.
$kendo-grid-bgString$kendo-table-bgvar(--kendo-component-bg, initial)
Description
The background color of the Grid.
$kendo-grid-textString$kendo-table-textvar(--kendo-component-text, initial)
Description
The text color of the Grid.
$kendo-grid-borderString$kendo-table-bordervar(--kendo-component-border, initial)
Description
The border color of the Grid.
$kendo-grid-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 1px var(--kendo-color-base-emphasis, #605e5c)
Description
The focus shadow of the Grid.
$kendo-grid-alt-bgString$kendo-table-alt-row-bginitial
Description
The background color of alternating rows in Grid.
$kendo-grid-alt-textString$kendo-table-alt-row-textvar(--kendo-component-text, initial)
Description
The text color of alternating rows in Grid.
$kendo-grid-alt-borderString$kendo-table-alt-row-bordervar(--kendo-component-border, initial)
Description
The border color of alternating rows in Grid.
$kendo-grid-hover-bgString$kendo-table-hover-bgvar(--kendo-hover-bg, inherit)
Description
The background color of hover rows in Grid.
$kendo-grid-hover-textString$kendo-table-hover-textvar(--kendo-hover-text, inherit)
Description
The text color of hover rows in Grid.
$kendo-grid-hover-borderString$kendo-table-hover-bordervar(--kendo-component-border, initial)
Description
The border color of hover rows in Grid.
$kendo-grid-selected-bgString$kendo-table-selected-bgcolor-mix(in srgb, var(--kendo-color-primary, #0078d4) 13%, transparent)
Description
The background color of selected rows in Grid.
$kendo-grid-selected-textString$kendo-table-selected-textvar(--kendo-component-text, initial)
Description
The text color of selected rows in Grid.
$kendo-grid-selected-borderString$kendo-table-selected-bordervar(--kendo-component-border, initial)
Description
The border color of selected rows in Grid.
$kendo-grid-selected-hover-bgString$kendo-table-selected-hover-bgcolor-mix(in srgb, var(--kendo-color-primary, #0078d4) 26%, transparent)
Description
The background color of hovered selected rows in Grid.
$kendo-grid-selected-hover-textString$kendo-table-selected-hover-textvar(--kendo-component-text, initial)
Description
The text color of hovered selected rows in Grid.
$kendo-grid-selected-hover-borderString$kendo-table-selected-hover-bordervar(--kendo-component-border, initial)
Description
The border color of hovered selected rows in Grid.
$kendo-grid-header-border-width-yNumber$kendo-grid-border-width1px
Description
The vertical border width of the Grid header.
$kendo-grid-header-border-width-xNumber00
Description
The horizontal border width of the Grid header.
$kendo-grid-header-font-sizeStringinheritinherit
Description
The font size of the Grid header.
$kendo-grid-header-font-weightStringvar( --kendo-font-weight-bold, normal )var(--kendo-font-weight-bold, normal)
Description
The font weight of the Grid header.
$kendo-grid-header-menu-spacingStringvar( --kendo-icon-spacing, .5rem )var(--kendo-icon-spacing, 0.5rem)
Description
The menu spacing of the Grid header.
$kendo-grid-header-first-border-widthNumber$kendo-grid-border-width1px
Description
The border width of the first cell in the Grid header.
$kendo-grid-header-bgString$kendo-table-header-bgvar(--kendo-component-bg, initial)
Description
The background color of Grid header.
$kendo-grid-header-textString$kendo-table-header-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of Grid header.
$kendo-grid-header-borderString$kendo-table-header-bordervar(--kendo-component-border, initial)
Description
The border color of Grid header.
$kendo-grid-header-icon-textStringif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-subtle, #605e5c)
Description
The background color of Grid header icons.
$kendo-grid-footer-bgString$kendo-table-footer-bgvar(--kendo-component-bg, initial)
$kendo-grid-footer-textString$kendo-table-footer-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of Grid footer.
$kendo-grid-footer-borderString$kendo-table-footer-bordervar(--kendo-component-border, initial)
Description
The border color of Grid footer.
$kendo-grid-selection-aggregates-bgString$kendo-toolbar-bgvar(--kendo-color-surface, #faf9f8)
Description
The background color of the Grid selection aggregates container.
$kendo-grid-selection-aggregates-textString$kendo-grid-textvar(--kendo-component-text, initial)
Description
The text color of the Grid selection aggregates container.
$kendo-grid-selection-aggregates-borderString$kendo-grid-bordervar(--kendo-component-border, initial)
Description
The border color of the Grid selection aggregates container.
$kendo-grid-selection-aggregates-border-widthNumber$kendo-grid-border-width1px
Description
The border width of the Grid selection aggregates container.
$kendo-grid-selection-aggregates-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing between the Grid selection aggregates items.
$kendo-grid-selection-aggregates-line-heightString$kendo-grid-line-heightvar(--kendo-line-height, normal)
Description
Line height of the Grid selection aggregates container.
$kendo-grid-selection-aggregates-font-weightNumber$kendo-font-weight-bold700
Description
The font weight of the Grid selection aggregates container.
$kendo-grid-grouping-header-bgString$kendo-toolbar-bgvar(--kendo-color-surface, #faf9f8)
Description
The background color of the Grid grouping header.
$kendo-grid-grouping-header-textString$kendo-toolbar-textvar(--kendo-component-text, inherit)
Description
The text color of the Grid grouping header.
$kendo-grid-grouping-header-borderString$kendo-toolbar-bordervar(--kendo-component-border, initial)
Description
The border color of the Grid grouping header.
$kendo-grid-grouping-row-border-width-yNumber$kendo-grid-border-width1px
Description
The vertical border width of the Grid grouping row.
$kendo-grid-grouping-row-bgString$kendo-table-group-row-bgvar(--kendo-component-bg, initial)
Description
The background color of the Grid grouping row.
$kendo-grid-grouping-row-textString$kendo-table-group-row-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the Grid grouping row.
$kendo-grid-grouping-row-borderString$kendo-table-group-row-bordervar(--kendo-component-border, initial)
Description
The border color of the Grid grouping row.
$kendo-grid-filter-cell-padding-xString$kendo-grid-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid filter cell.
$kendo-grid-filter-cell-padding-yString$kendo-grid-filter-cell-padding-xvar(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Grid filter cell.
$kendo-grid-toolbar-padding-xString$kendo-toolbar-md-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Grid Toolbar.
$kendo-grid-toolbar-padding-yString$kendo-toolbar-md-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid Toolbar.
$kendo-grid-toolbar-spacingString$kendo-toolbar-md-spacingvar(--kendo-spacing-2, 0.5rem)
Description
The spacing of the Grid Toolbar.
$kendo-grid-toolbar-border-widthNumber$kendo-grid-border-width1px
Description
The border width of the Grid Toolbar.
$kendo-grid-cell-border-width-yNumber$kendo-grid-border-width1px
Description
The vertical border width of the Grid cell.
$kendo-grid-cell-border-width-xNumber0px0px
Description
The horizontal border width of the Grid cell.
$kendo-grid-sort-index-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the Grid sort index.
$kendo-grid-sort-index-heightStringvar( --kendo-icon-size, 1rem )var(--kendo-icon-size, 1rem)
Description
The default height of the Grid sort index.
$kendo-grid-sort-index-spacing-yCalculationcalc( var( --kendo-icon-spacing, .5rem ) / 4 )calc(var(--kendo-icon-spacing, 0.5rem) / 4)
Description
The horizontal offset of the Grid sort index.
$kendo-grid-sort-index-spacing-xStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The vertical offset of the Grid sort index.
$kendo-grid-sort-icon-spacingStringvar( --kendo-icon-lg-spacing, .5rem )var(--kendo-icon-lg-spacing, 0.5rem)
Description
The spacing of the Grid sort icon.
$kendo-grid-sort-indicator-textStringif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-subtle, #605e5c)
Description
The text color of the Grid sort indicator.
$kendo-grid-sort-indicator-order-textStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The text color of the Grid sort order indicator.
$kendo-grid-sorted-bgStringif($kendo-enable-color-system, k-color( surface ), k-get-theme-color-var( neutral-10 ))var(--kendo-color-surface, #faf9f8)
Description
The background color of the sorted Grid cells.
$kendo-grid-command-cell-padding-yCalculationcalc( #{$kendo-table-cell-padding-y} - (#{$kendo-button-calc-size} - #{$kendo-line-height-em} ) / 2 )calc(var(--kendo-spacing-3, 0.75rem) - (calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 1px * 2) - calc(1.4285714286 * 1em)) / 2)
Description
The horizontal padding of the Grid command cells.
$kendo-grid-command-cell-button-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid command cells.
$kendo-grid-group-indicator-padding-xString$kendo-button-md-padding-xvar(--kendo-spacing-5, 1.25rem)
Description
The horizontal padding of the Grid group indicator.
$kendo-grid-group-indicator-padding-yString$kendo-button-md-padding-yvar(--kendo-spacing-1\.5, 0.375rem)
Description
The vertical padding of the Grid group indicator.
$kendo-grid-group-indicator-border-widthNumber$kendo-button-border-width1px
Description
The border width of the Grid group indicator.
$kendo-grid-group-indicator-border-radiusStringk-border-radius(md)var(--kendo-border-radius-md, 0.25rem)
Description
The border radius of the Grid group indicator.
$kendo-grid-group-indicator-gapString$kendo-table-cell-padding-yvar(--kendo-spacing-3, 0.75rem)
Description
Spacing of the grid group indicator.
$kendo-grid-group-indicator-textStringvar( --kendo-component-text, initial )var(--kendo-component-text, initial)
Description
The text color of the Grid group indicator.
$kendo-grid-group-indicator-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Grid group indicator.
$kendo-grid-group-indicator-borderStringif($kendo-enable-color-system, k-color( border ), k-get-theme-color-var( neutral-110 ))var(--kendo-color-border, #8a8886)
Description
The border color of the Grid group indicator.
$kendo-grid-group-indicator-icon-textStringif($kendo-enable-color-system, k-color( subtle ), k-get-theme-color-var( neutral-130 ))var(--kendo-color-subtle, #605e5c)
Description
The text color of the Grid group indicator icon.
$kendo-grid-group-footer-border-width-yNumber0px0px
Description
The horizontal border width of the Grid group footer.
$kendo-grid-group-footer-border-width-xNumber0px0px
Description
The vertical border width of the Grid group footer.
$kendo-grid-group-drop-hint-bgStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The text color of the Grid group drop clue.
$kendo-grid-sticky-cell-border-widthNumber$kendo-grid-border-width1px
Description
The border width of the Grid sticky cell.
$kendo-grid-sticky-bgStringvar( --kendo-component-bg, initial )var(--kendo-component-bg, initial)
Description
The background color of the Grid sticky cell.
$kendo-grid-sticky-textString$kendo-grid-textvar(--kendo-component-text, initial)
Description
The text color of the Grid sticky cell.
$kendo-grid-sticky-borderStringif($kendo-enable-color-system, color-mix(in srgb, k-color( border ) 80%, transparent), k-get-theme-color-var( neutral-90 ))color-mix(in srgb, var(--kendo-color-border, #8a8886) 80%, transparent)
Description
The border color of the Grid sticky cell.
$kendo-grid-sticky-alt-bgString$kendo-grid-sticky-bgvar(--kendo-component-bg, initial)
Description
The alt background color of the Grid sticky cell.
$kendo-grid-sticky-hover-bgString$kendo-grid-hover-bgvar(--kendo-hover-bg, inherit)
Description
The background color of the Grid sticky cell.
$kendo-grid-sticky-header-bgString$kendo-grid-header-bgvar(--kendo-component-bg, initial)
Description
The background color of the Grid sticky header.
$kendo-grid-sticky-header-textString$kendo-grid-header-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the Grid sticky header.
$kendo-grid-sticky-header-borderString$kendo-grid-sticky-bordercolor-mix(in srgb, var(--kendo-color-border, #8a8886) 80%, transparent)
Description
The border color of the Grid sticky header.
$kendo-grid-sticky-footer-bgString$kendo-grid-header-bgvar(--kendo-component-bg, initial)
Description
The background color of the Grid sticky footer.
$kendo-grid-sticky-footer-hover-bgString$kendo-grid-hover-bgvar(--kendo-hover-bg, inherit)
Description
The background color of the Grid sticky footer.
$kendo-grid-sticky-selected-bgString$kendo-grid-selected-bgcolor-mix(in srgb, var(--kendo-color-primary, #0078d4) 13%, transparent)
Description
The background color of the selected Grid sticky cells.
$kendo-grid-sticky-selected-alt-bgString$kendo-grid-sticky-selected-bgcolor-mix(in srgb, var(--kendo-color-primary, #0078d4) 13%, transparent)
Description
The background color of the selected alt Grid sticky cells.
$kendo-grid-sticky-selected-hover-bgStringif($kendo-enable-color-system, $kendo-grid-sticky-selected-bg, $kendo-grid-selected-hover-bg)color-mix(in srgb, var(--kendo-color-primary, #0078d4) 13%, transparent)
Description
The background color of the hovered selected Grid sticky cells.
$kendo-filter-menu-container-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The horizontal padding of the Grid filter menu container.
$kendo-filter-menu-container-padding-xStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the Grid filter menu container.
$kendo-grid-column-menu-widthNumber230px230px
Description
The default width of the Grid column menu.
$kendo-grid-column-menu-max-widthNumber320px320px
Description
The max width of the Grid column menu.
$kendo-grid-column-menu-spacingStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The spacing of the Grid column menu.
$kendo-grid-column-menu-shadowStringvar( --kendo-box-shadow-depth-4, none )var(--kendo-box-shadow-depth-4, none)
Description
The focus shadow of the Grid column menu.
$kendo-grid-column-menu-bgStringvar( --kendo-component-bg, inherit )var(--kendo-component-bg, inherit)
Description
The background color of the Grid column menu.
$kendo-grid-column-menu-textStringvar( --kendo-component-text, inherit )var(--kendo-component-text, inherit)
Description
The text color of the Grid column menu.
$kendo-grid-column-menu-borderStringvar( --kendo-component-border, inherit )var(--kendo-component-border, inherit)
Description
The border color of the Grid column menu.
$kendo-grid-column-menu-multicheck-font-sizeString$kendo-list-md-font-sizevar(--kendo-font-size, inherit)
Description
The font size of the Grid column menu checkbox container.
$kendo-grid-column-menu-multicheck-line-heightString$kendo-list-md-line-heightvar(--kendo-line-height, normal)
Description
The line height of the Grid column menu checkbox container.
$kendo-grid-column-menu-items-wrap-padding-yStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid column menu items wrap.
$kendo-grid-column-menu-items-wrap-padding-xStringk-spacing(2)var(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Grid column menu items wrap.
$kendo-grid-column-menu-item-padding-yString$kendo-list-md-item-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Grid column menu item.
$kendo-grid-column-menu-item-padding-xString$kendo-list-md-item-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid column menu item.
$kendo-grid-column-menu-item-gapString$kendo-list-md-item-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The spacing of the Grid column menu item.
$kendo-grid-column-menu-item-icon-spacingStringvar( --kendo-icon-spacing, .5rem )var(--kendo-icon-spacing, 0.5rem)
Description
The icon spacing of the Grid column menu item.
$kendo-grid-column-menu-item-bgString$kendo-list-item-bgvar(--kendo-color-app-surface, #ffffff)
Description
The background color of the Grid column menu item.
$kendo-grid-column-menu-item-textString$kendo-list-item-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the Grid column menu item.
$kendo-grid-column-menu-item-hover-bgString$kendo-list-item-hover-bgvar(--kendo-color-base-hover, #f3f2f1)
Description
The background color of the Grid column menu item.
$kendo-grid-column-menu-item-hover-textString$kendo-list-item-hover-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the hovered Grid column menu item.
$kendo-grid-column-menu-item-selected-bgString$kendo-list-item-selected-bgvar(--kendo-color-base-active, #edebe9)
Description
The background color of the selected Grid column menu item.
$kendo-grid-column-menu-item-selected-textString$kendo-list-item-selected-textvar(--kendo-color-on-app-surface, #323130)
Description
The text color of the selected Grid column menu item.
$kendo-grid-column-menu-item-focus-shadowList$kendo-list-item-focus-shadowinset 0 0 0 1px var(--kendo-color-base-emphasis, #605e5c)
Description
The focus shadow of the Grid column menu item.
$kendo-grid-column-menu-item-icon-textString$kendo-list-item-icon-textvar(--kendo-color-primary, #0078d4)
Description
The text color of the Grid column menu item icon.
$kendo-grid-column-menu-group-header-padding-yString$kendo-grid-column-menu-item-padding-yvar(--kendo-spacing-2, 0.5rem)
Description
The vertical padding of the Grid column menu group header.
$kendo-grid-column-menu-group-header-padding-xString$kendo-grid-column-menu-item-padding-xvar(--kendo-spacing-2, 0.5rem)
Description
The horizontal padding of the Grid column menu group header.
$kendo-grid-column-menu-group-header-border-widthNumber1px1px
Description
The border width of the Grid column menu group header.
$kendo-grid-column-menu-group-header-border-styleStringsolidsolid
Description
The border style of the Grid column menu group header.
$kendo-grid-column-menu-group-header-font-sizeStringvar( --kendo-font-size-sm, inherit )var(--kendo-font-size-sm, inherit)
Description
The font size of the Grid column menu group header.
$kendo-grid-column-menu-group-header-font-weightStringvar( --kendo-font-weight-bold, normal )var(--kendo-font-weight-bold, normal)
Description
The font weight of the Grid column menu group header.
$kendo-grid-column-menu-group-header-line-heightStringvar( --kendo-line-height, normal )var(--kendo-line-height, normal)
Description
The mine height of the Grid column menu group header.
$kendo-grid-column-menu-group-header-text-transformStringuppercaseuppercase
Description
The text transform of the Grid column menu group header.
$kendo-grid-column-menu-group-header-bgStringvar( --kendo-component-bg, inherit )var(--kendo-component-bg, inherit)
Description
The background color of the Grid column menu group.
$kendo-grid-column-menu-group-header-textStringvar( --kendo-component-text, inherit )var(--kendo-component-text, inherit)
Description
The text color of the Grid column menu group.
$kendo-grid-column-menu-group-header-borderStringvar( --kendo-component-border, inherit)var(--kendo-component-border, inherit)
Description
The border color of the Grid column menu group.
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-xStringk-spacing(0)var(--kendo-spacing-0, 0px)
Description
The horizontal padding of the tabstrip content in the Grid tabbed column menu.
$kendo-grid-column-menu-tabbed-tabstrip-content-padding-yStringk-spacing(3)var(--kendo-spacing-3, 0.75rem)
Description
The vertical padding of the tabstrip content in the Grid tabbed column menu.
$kendo-grid-column-menu-tabbed-bgStringvar( --kendo-base-bg, inherit )var(--kendo-base-bg, inherit)
Description
The background color of the Grid tabbed column menu.
$kendo-grid-drag-cell-widthCalculationcalc( var( --kendo-icon-size, 1rem ) * 2.25 )calc(var(--kendo-icon-size, 1rem) * 2.25)
Description
The default width of the Grid drag cell.
$kendo-grid-hierarchy-col-widthCalculationcalc( var( --kendo-icon-size, 1rem ) * 2 )calc(var(--kendo-icon-size, 1rem) * 2)
Description
The default width of the Grid hierarchy cell.
$kendo-grid-filterable-icon-spacingCalculationcalc( #{$kendo-button-calc-size} + #{$kendo-grid-header-menu-spacing} )calc(calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1\.5, 0.375rem) * 2 + 1px * 2) + var(--kendo-icon-spacing, 0.5rem))
Description
The spacing of the Grid filterable icon.
$kendo-grid-row-resizer-hover-bgStringif($kendo-enable-color-system, color-mix(in srgb, k-color( on-app-surface ) 46%, transparent), k-get-theme-color-var( neutral-90 ))color-mix(in srgb, var(--kendo-color-on-app-surface, #323130) 46%, transparent)
Description
The background color of the Grid row resize indicator.
$kendo-grid-row-resizer-active-bgStringif($kendo-enable-color-system, k-color( primary ), k-get-theme-color-var( primary-100 ))var(--kendo-color-primary, #0078d4)
Description
The background color of the active Grid row resize indicator.
$kendo-grid-row-resizer-heightStringk-spacing(0.5)var(--kendo-spacing-0\.5, 0.125rem)
Description
The height of the Grid row resize indicator.

In this article

Not finding the help you need?