kendo-grid-border-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of the border around the Grid.
|
kendo-grid-font-family | var( --kendo-font-family, inherit ) | var(--kendo-font-family, inherit) | Default: var( --kendo-font-family, inherit )Computed: var(--kendo-font-family, inherit) |
| Description: The font family of the Grid.
|
kendo-grid-font-size | var( --kendo-font-size, inherit ) | var(--kendo-font-size, inherit) | Default: var( --kendo-font-size, inherit )Computed: var(--kendo-font-size, inherit) |
| Description: The font size of the Grid.
|
kendo-grid-line-height | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) | Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal) |
| Description: The height of the Grid.
|
kendo-grid-padding-x | $kendo-table-md-cell-padding-x | var(--kendo-spacing-3, 0.75rem) | Default: $kendo-table-md-cell-padding-xComputed: var(--kendo-spacing-3, 0.75rem) |
| Description: The horizontal padding of the Grid.
|
kendo-grid-padding-y | $kendo-table-md-cell-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-table-md-cell-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid.
|
kendo-grid-header-padding-x | $kendo-grid-padding-x | var(--kendo-spacing-3, 0.75rem) | Default: $kendo-grid-padding-xComputed: var(--kendo-spacing-3, 0.75rem) |
| Description: The horizontal padding of the Grid header.
|
kendo-grid-header-padding-y | $kendo-grid-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid header.
|
kendo-grid-grouping-header-padding-x | $kendo-grid-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid grouping header.
|
kendo-grid-grouping-header-padding-y | $kendo-grid-grouping-header-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-grouping-header-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid grouping header.
|
kendo-grid-cell-padding-x | $kendo-grid-padding-x | var(--kendo-spacing-3, 0.75rem) | Default: $kendo-grid-padding-xComputed: var(--kendo-spacing-3, 0.75rem) |
| Description: The horizontal padding of the Grid cell.
|
kendo-grid-cell-padding-y | $kendo-grid-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid cell.
|
kendo-grid-filter-cell-padding-x | $kendo-grid-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid filter cell.
|
kendo-grid-filter-cell-padding-y | $kendo-grid-filter-cell-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-filter-cell-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid filter cell.
|
kendo-grid-edit-cell-padding-x | $kendo-grid-cell-padding-x | var(--kendo-spacing-3, 0.75rem) | Default: $kendo-grid-cell-padding-xComputed: var(--kendo-spacing-3, 0.75rem) |
| Description: The horizontal padding of the Grid edit cell.
|
kendo-grid-edit-cell-padding-y | calc( #{k-spacing(1.5)} / 2 ) | calc(var(--kendo-spacing-1\.5, 0.375rem) / 2) | Default: calc( #{k-spacing(1.5)} / 2 )Computed: calc(var(--kendo-spacing-1\.5, 0.375rem) / 2) |
| Description: The vertical padding of the Grid filter cell.
|
kendo-grid-group-drop-hint-size | 6px | 6px | Default: 6pxComputed: 6px |
| Description: The drop hint size of the Grid group.
|
kendo-grid-group-drop-hint-line-size | math.div( $kendo-grid-group-drop-hint-size, 3 ) | 2px | Default: math.div( $kendo-grid-group-drop-hint-size, 3 )Computed: 2px |
| Description: The drop hint line size of the Grid group.
|
kendo-grid-group-drop-hint-height | calc( #{$kendo-chip-calc-size} + #{$kendo-grid-group-drop-hint-size}) | calc(calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) + 6px) | Default: calc( #{$kendo-chip-calc-size} + #{$kendo-grid-group-drop-hint-size})Computed: calc(calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) + 6px) |
| Description: The height of the Grid group.
|
kendo-grid-group-drop-hint-top | 3px | 3px | Default: 3pxComputed: 3px |
| Description: The drop hint top of the Grid group.
|
kendo-grid-sm-padding-x | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid.
|
kendo-grid-sm-padding-y | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) | Default: k-spacing(1)Computed: var(--kendo-spacing-1, 0.25rem) |
| Description: The vertical padding of the Grid.
|
kendo-grid-sm-header-padding-x | $kendo-grid-sm-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-sm-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid header.
|
kendo-grid-sm-header-padding-y | $kendo-grid-sm-padding-y | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-grid-sm-padding-yComputed: var(--kendo-spacing-1, 0.25rem) |
| Description: The vertical padding of the Grid header.
|
kendo-grid-sm-grouping-header-padding-x | $kendo-grid-sm-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-sm-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid header.
|
kendo-grid-sm-grouping-header-padding-y | $kendo-grid-sm-padding-y | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-grid-sm-padding-yComputed: var(--kendo-spacing-1, 0.25rem) |
| Description: The vertical padding of the Grid header.
|
kendo-grid-sm-cell-padding-x | $kendo-grid-sm-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-sm-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid cell.
|
kendo-grid-sm-cell-padding-y | $kendo-grid-sm-padding-y | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-grid-sm-padding-yComputed: var(--kendo-spacing-1, 0.25rem) |
| Description: The vertical padding of the Grid cell.
|
kendo-grid-sm-filter-cell-padding-x | k-spacing(1.5) | var(--kendo-spacing-1\.5, 0.375rem) | Default: k-spacing(1.5)Computed: var(--kendo-spacing-1\.5, 0.375rem) |
| Description: The horizontal padding of the Grid cell.
|
kendo-grid-sm-filter-cell-padding-y | $kendo-grid-sm-filter-cell-padding-x | var(--kendo-spacing-1\.5, 0.375rem) | Default: $kendo-grid-sm-filter-cell-padding-xComputed: var(--kendo-spacing-1\.5, 0.375rem) |
| Description: The vertical padding of the Grid cell.
|
kendo-grid-sm-edit-cell-padding-x | $kendo-grid-sm-cell-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-sm-cell-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid cell.
|
kendo-grid-sm-edit-cell-padding-y | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) | Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem) |
| Description: The vertical padding of the Grid cell.
|
kendo-grid-sm-group-dropclue-height | calc( #{$kendo-chip-sm-calc-size} + #{$kendo-grid-group-drop-hint-size}) | calc(calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 1px * 2) + 6px) | Default: calc( #{$kendo-chip-sm-calc-size} + #{$kendo-grid-group-drop-hint-size})Computed: calc(calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 1px * 2) + 6px) |
| Description: The height of the Grid group.
|
kendo-grid-sm-selection-aggregates-padding-x | $kendo-grid-sm-padding-y | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-grid-sm-padding-yComputed: var(--kendo-spacing-1, 0.25rem) |
| Description: The horizontal padding of the Grid.
|
kendo-grid-sm-selection-aggregates-padding-y | $kendo-grid-sm-padding-y | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-grid-sm-padding-yComputed: var(--kendo-spacing-1, 0.25rem) |
| Description: The vertical padding of the Grid.
|
kendo-grid-md-padding-x | $kendo-grid-padding-x | var(--kendo-spacing-3, 0.75rem) | Default: $kendo-grid-padding-xComputed: var(--kendo-spacing-3, 0.75rem) |
| Description: The horizontal padding of the Grid.
|
kendo-grid-md-padding-y | $kendo-grid-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid.
|
kendo-grid-md-header-padding-x | $kendo-grid-header-padding-x | var(--kendo-spacing-3, 0.75rem) | Default: $kendo-grid-header-padding-xComputed: var(--kendo-spacing-3, 0.75rem) |
| Description: The horizontal padding of the Grid header.
|
kendo-grid-md-header-padding-y | $kendo-grid-header-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-header-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid header.
|
kendo-grid-md-grouping-header-padding-x | $kendo-grid-grouping-header-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-grouping-header-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid header.
|
kendo-grid-md-grouping-header-padding-y | $kendo-grid-grouping-header-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-grouping-header-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid header.
|
kendo-grid-md-cell-padding-x | $kendo-grid-cell-padding-x | var(--kendo-spacing-3, 0.75rem) | Default: $kendo-grid-cell-padding-xComputed: var(--kendo-spacing-3, 0.75rem) |
| Description: The horizontal padding of the Grid cell.
|
kendo-grid-md-cell-padding-y | $kendo-grid-cell-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-cell-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid cell.
|
kendo-grid-md-filter-cell-padding-x | $kendo-grid-filter-cell-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-filter-cell-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid cell.
|
kendo-grid-md-filter-cell-padding-y | $kendo-grid-filter-cell-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-filter-cell-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid cell.
|
kendo-grid-md-edit-cell-padding-x | $kendo-grid-edit-cell-padding-x | var(--kendo-spacing-3, 0.75rem) | Default: $kendo-grid-edit-cell-padding-xComputed: var(--kendo-spacing-3, 0.75rem) |
| Description: The horizontal padding of the Grid cell.
|
kendo-grid-md-edit-cell-padding-y | $kendo-grid-edit-cell-padding-y | calc(var(--kendo-spacing-1\.5, 0.375rem) / 2) | Default: $kendo-grid-edit-cell-padding-yComputed: calc(var(--kendo-spacing-1\.5, 0.375rem) / 2) |
| Description: The vertical padding of the Grid cell.
|
kendo-grid-md-group-dropclue-height | $kendo-grid-group-drop-hint-height | calc(calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) + 6px) | Default: $kendo-grid-group-drop-hint-heightComputed: calc(calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) + 6px) |
| Description: The height of the Grid group.
|
kendo-grid-md-selection-aggregates-padding-x | $kendo-grid-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid.
|
kendo-grid-md-selection-aggregates-padding-y | $kendo-grid-padding-y | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-grid-padding-yComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid.
|
kendo-grid-sizes | | sm: | "header-padding-x":"var(--kendo-spacing-2, 0.5rem)","header-padding-y":"var(--kendo-spacing-1, 0.25rem)","grouping-header-padding-x":"var(--kendo-spacing-2, 0.5rem)","grouping-header-padding-y":"var(--kendo-spacing-1, 0.25rem)","cell-padding-x":"var(--kendo-spacing-2, 0.5rem)","cell-padding-y":"var(--kendo-spacing-1, 0.25rem)","filter-cell-padding-x":"var(--kendo-spacing-1\\.5, 0.375rem)","filter-cell-padding-y":"var(--kendo-spacing-1\\.5, 0.375rem)","edit-cell-padding-x":"var(--kendo-spacing-2, 0.5rem)","edit-cell-padding-y":"var(--kendo-spacing-0\\.5, 0.125rem)","button-padding-y":"var(--kendo-spacing-0\\.5, 0.125rem)","button-calc-size":"calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2)","group-dropclue-height":"calc(calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-0\\.5, 0.125rem) * 2 + 1px * 2) + 6px)","selection-aggregates-padding-x":"var(--kendo-spacing-1, 0.25rem)","selection-aggregates-padding-y":"var(--kendo-spacing-1, 0.25rem)" | | md: | "header-padding-x":"var(--kendo-spacing-3, 0.75rem)","header-padding-y":"var(--kendo-spacing-2, 0.5rem)","grouping-header-padding-x":"var(--kendo-spacing-2, 0.5rem)","grouping-header-padding-y":"var(--kendo-spacing-2, 0.5rem)","cell-padding-x":"var(--kendo-spacing-3, 0.75rem)","cell-padding-y":"var(--kendo-spacing-2, 0.5rem)","filter-cell-padding-x":"var(--kendo-spacing-2, 0.5rem)","filter-cell-padding-y":"var(--kendo-spacing-2, 0.5rem)","edit-cell-padding-x":"var(--kendo-spacing-3, 0.75rem)","edit-cell-padding-y":"calc(var(--kendo-spacing-1\\.5, 0.375rem) / 2)","button-padding-y":"var(--kendo-spacing-1, 0.25rem)","button-calc-size":"calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2)","group-dropclue-height":"calc(calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) + 6px)","selection-aggregates-padding-x":"var(--kendo-spacing-2, 0.5rem)","selection-aggregates-padding-y":"var(--kendo-spacing-2, 0.5rem)" |
| Computed: (sm: (header-padding-x: var(--kendo-spacing-2, 0.5rem), header-padding-y: var(--kendo-spacing-1, 0.25rem), grouping-header-padding-x: var(--kendo-spacing-2, 0.5rem), grouping-header-padding-y: var(--kendo-spacing-1, 0.25rem), cell-padding-x: var(--kendo-spacing-2, 0.5rem), cell-padding-y: var(--kendo-spacing-1, 0.25rem), filter-cell-padding-x: var(--kendo-spacing-1\.5, 0.375rem), filter-cell-padding-y: var(--kendo-spacing-1\.5, 0.375rem), edit-cell-padding-x: var(--kendo-spacing-2, 0.5rem), edit-cell-padding-y: var(--kendo-spacing-0\.5, 0.125rem), button-padding-y: var(--kendo-spacing-0\.5, 0.125rem), button-calc-size: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 1px * 2), group-dropclue-height: calc(calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-0\.5, 0.125rem) * 2 + 1px * 2) + 6px), selection-aggregates-padding-x: var(--kendo-spacing-1, 0.25rem), selection-aggregates-padding-y: var(--kendo-spacing-1, 0.25rem)), md: (header-padding-x: var(--kendo-spacing-3, 0.75rem), header-padding-y: var(--kendo-spacing-2, 0.5rem), grouping-header-padding-x: var(--kendo-spacing-2, 0.5rem), grouping-header-padding-y: var(--kendo-spacing-2, 0.5rem), cell-padding-x: var(--kendo-spacing-3, 0.75rem), cell-padding-y: var(--kendo-spacing-2, 0.5rem), filter-cell-padding-x: var(--kendo-spacing-2, 0.5rem), filter-cell-padding-y: var(--kendo-spacing-2, 0.5rem), edit-cell-padding-x: var(--kendo-spacing-3, 0.75rem), edit-cell-padding-y: calc(var(--kendo-spacing-1\.5, 0.375rem) / 2), button-padding-y: var(--kendo-spacing-1, 0.25rem), button-calc-size: calc(var(--kendo-line-height, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2), group-dropclue-height: calc(calc(var(--kendo-line-height-xs, normal) * 1em + var(--kendo-spacing-1, 0.25rem) * 2 + 1px * 2) + 6px), selection-aggregates-padding-x: var(--kendo-spacing-2, 0.5rem), selection-aggregates-padding-y: var(--kendo-spacing-2, 0.5rem))) |
| Description: The sizes of the Grid.
|
kendo-grid-header-font-size | null | null | Default: nullComputed: null |
| Description: The font size of the Grid header.
|
kendo-grid-header-first-border | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The border color of the Grid header.
|
kendo-grid-header-menu-icon-spacing | $kendo-icon-spacing | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-icon-spacingComputed: var(--kendo-spacing-1, 0.25rem) |
| Description: The spacing of the Grid header.
|
kendo-grid-toolbar-border-width | $kendo-grid-border-width | 1px | Default: $kendo-grid-border-widthComputed: 1px |
| Description: The width of the border around the Grid toolbar.
|
kendo-grid-cell-horizontal-border-width | $kendo-table-cell-horizontal-border-width | 0px | Default: $kendo-table-cell-horizontal-border-widthComputed: 0px |
| Description: The width of the border around the Grid cell.
|
kendo-grid-cell-vertical-border-width | $kendo-table-cell-vertical-border-width | 1px | Default: $kendo-table-cell-vertical-border-widthComputed: 1px |
| Description: The width of the border around the Grid cell.
|
kendo-grid-bg | $kendo-table-bg | var(--kendo-color-surface-alt, #ffffff) | Default: $kendo-table-bgComputed: var(--kendo-color-surface-alt, #ffffff) |
| Description: The background color of the Grid.
|
kendo-grid-text | $kendo-table-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-table-textComputed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of the Grid.
|
kendo-grid-border | $kendo-table-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-table-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
| Description: The border color of the Grid.
|
kendo-grid-header-bg | $kendo-table-header-bg | var(--kendo-color-surface, #fafafa) | Default: $kendo-table-header-bgComputed: var(--kendo-color-surface, #fafafa) |
| Description: The background color of Grid header.
|
kendo-grid-header-text | $kendo-table-header-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-table-header-textComputed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of Grid header.
|
kendo-grid-header-border | $kendo-table-header-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-table-header-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
| Description: The border color of Grid header.
|
kendo-grid-footer-bg | $kendo-grid-header-bg | var(--kendo-color-surface, #fafafa) | Default: $kendo-grid-header-bgComputed: var(--kendo-color-surface, #fafafa) |
| Description: The background color of Grid footer.
|
kendo-grid-footer-text | $kendo-grid-header-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-grid-header-textComputed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of Grid footer.
|
kendo-grid-footer-border | $kendo-grid-header-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-grid-header-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
| Description: The border color of Grid footer.
|
kendo-grid-alt-bg | $kendo-table-alt-row-bg | color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 5%, transparent) | Default: $kendo-table-alt-row-bgComputed: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 5%, transparent) |
| Description: The background color of the Grid alternating rows.
|
kendo-grid-hover-bg | $kendo-table-hover-bg | color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 11%, transparent) | Default: $kendo-table-hover-bgComputed: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 11%, transparent) |
| Description: The background color of hovered Grid rows.
|
kendo-grid-hover-text | $kendo-table-hover-text | null | Default: $kendo-table-hover-textComputed: null |
| Description: The text color of hovered Grid rows.
|
kendo-grid-selected-bg | $kendo-table-selected-bg | color-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent) | Default: $kendo-table-selected-bgComputed: color-mix(in srgb, var(--kendo-color-primary, #ff6358) 25%, transparent) |
| Description: The background color of selected Grid rows.
|
kendo-grid-selected-text | $kendo-table-selected-text | null | Default: $kendo-table-selected-textComputed: null |
| Description: The text color of selected Grid rows.
|
kendo-grid-highlighted-bg | $kendo-table-highlighted-bg | color-mix(in srgb, var(--kendo-color-warning, #ffc000) 25%, transparent) | Default: $kendo-table-highlighted-bgComputed: color-mix(in srgb, var(--kendo-color-warning, #ffc000) 25%, transparent) |
| Description: The background color of highlighted Grid rows.
|
kendo-grid-highlighted-font-weight | $kendo-table-highlighted-font-weight | var(--kendo-font-weight-bold, bold) | Default: $kendo-table-highlighted-font-weightComputed: var(--kendo-font-weight-bold, bold) |
| Description: The font weight of highlighted Grid rows.
|
kendo-grid-selected-highlighted-bg | $kendo-table-selected-highlighted-bg | color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #ff6358), var(--kendo-color-warning, #ffc000)) 42%, transparent) | Default: $kendo-table-selected-highlighted-bgComputed: color-mix(in srgb, color-mix(in srgb, var(--kendo-color-primary, #ff6358), var(--kendo-color-warning, #ffc000)) 42%, transparent) |
| Description: The background color of selected highlighted Grid rows.
|
kendo-grid-selection-aggregates-bg | $kendo-grid-header-bg | var(--kendo-color-surface, #fafafa) | Default: $kendo-grid-header-bgComputed: var(--kendo-color-surface, #fafafa) |
| Description: The background color of the Grid selection aggregates container.
|
kendo-grid-selection-aggregates-text | $kendo-grid-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-grid-textComputed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of the Grid selection aggregates container.
|
kendo-grid-selection-aggregates-border | $kendo-grid-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-grid-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
| Description: The border color of the Grid selection aggregates container.
|
kendo-grid-selection-aggregates-border-width | $kendo-grid-border-width | 1px | Default: $kendo-grid-border-widthComputed: 1px |
| Description: The border width of the Grid selection aggregates container.
|
kendo-grid-selection-aggregates-spacing | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| Description: The spacing between the selection aggregates items.
|
kendo-grid-selection-aggregates-line-height | $kendo-grid-line-height | var(--kendo-line-height, normal) | Default: $kendo-grid-line-heightComputed: var(--kendo-line-height, normal) |
| Description: The line height of the Grid selection aggregates container.
|
kendo-grid-selection-aggregates-font-weight | var( --kendo-font-weight-bold, normal ) | var(--kendo-font-weight-bold, normal) | Default: var( --kendo-font-weight-bold, normal )Computed: var(--kendo-font-weight-bold, normal) |
| Description: The font weight of the Grid selection aggregates container.
|
kendo-grid-grouping-row-bg | k-color(surface) | var(--kendo-color-surface, #fafafa) | Default: k-color(surface)Computed: var(--kendo-color-surface, #fafafa) |
| Description: The background color of the Grid row.
|
kendo-grid-grouping-row-text | $kendo-grid-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-grid-textComputed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of the Grid row.
|
kendo-grid-sorted-icon-spacing | calc( #{k-spacing(2)} - 1px ) | calc(var(--kendo-spacing-2, 0.5rem) - 1px) | Default: calc( #{k-spacing(2)} - 1px )Computed: calc(var(--kendo-spacing-2, 0.5rem) - 1px) |
| Description: The sorted icon spacing of the Grid.
|
kendo-grid-sorted-bg | color-mix(in srgb, k-color(on-app-surface) 3%, transparent) | color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 3%, transparent) | Default: color-mix(in srgb, k-color(on-app-surface) 3%, transparent)Computed: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 3%, transparent) |
| Description: The background color of the Grid.
|
kendo-grid-sorting-indicator-text | k-color(primary) | var(--kendo-color-primary, #ff6358) | Default: k-color(primary)Computed: var(--kendo-color-primary, #ff6358) |
| Description: The text color of the Grid.
|
kendo-grid-sorting-index-font-size | var( --kendo-font-size-sm, inherit ) | var(--kendo-font-size-sm, inherit) | Default: var( --kendo-font-size-sm, inherit )Computed: var(--kendo-font-size-sm, inherit) |
| Description: The font size of the Grid.
|
kendo-grid-sorting-index-spacing-y | calc( #{$kendo-icon-spacing} / 2 ) | calc(var(--kendo-spacing-1, 0.25rem) / 2) | Default: calc( #{$kendo-icon-spacing} / 2 )Computed: calc(var(--kendo-spacing-1, 0.25rem) / 2) |
| Description: The spacing of the Grid.
|
kendo-grid-sorting-index-spacing-x | calc( #{$kendo-grid-sorting-index-spacing-y} * -1) | calc(calc(var(--kendo-spacing-1, 0.25rem) / 2) * -1) | Default: calc( #{$kendo-grid-sorting-index-spacing-y} * -1)Computed: calc(calc(var(--kendo-spacing-1, 0.25rem) / 2) * -1) |
| Description: The vertical spacing of the Grid.
|
kendo-grid-focus-shadow | $kendo-table-focus-shadow | (inset 0 0 0 2px var(--kendo-color-border-alt, rgba(0, 0, 0, 0.16))) | Default: $kendo-table-focus-shadowComputed: (inset 0 0 0 2px var(--kendo-color-border-alt, rgba(0, 0, 0, 0.16))) |
| Description: The shadow of the Grid.
|
kendo-grid-command-cell-button-spacing | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| Description: The spacing of the Grid button.
|
kendo-grid-sticky-bg | k-color(surface-alt) | var(--kendo-color-surface-alt, #ffffff) | Default: k-color(surface-alt)Computed: var(--kendo-color-surface-alt, #ffffff) |
| Description: The background color of the sticky content in the Grid.
|
kendo-grid-sticky-hover-bg | k-color(base-hover) | var(--kendo-color-base-hover, #ebebeb) | Default: k-color(base-hover)Computed: var(--kendo-color-base-hover, #ebebeb) |
| Description: The background color of the hovered sticky content in the Grid.
|
kendo-grid-sticky-alt-bg | k-color(base) | var(--kendo-color-base, #f5f5f5) | Default: k-color(base)Computed: var(--kendo-color-base, #f5f5f5) |
| Description: The alternate background color of the sticky content in the Grid.
|
kendo-grid-sticky-border | rgba( black, .3 ) | rgba(0, 0, 0, 0.3) | Default: rgba( black, .3 )Computed: rgba(0, 0, 0, 0.3) |
| Description: The border color of the sticky content in the Grid.
|
kendo-grid-sticky-header-bg | $kendo-grid-header-bg | var(--kendo-color-surface, #fafafa) | Default: $kendo-grid-header-bgComputed: var(--kendo-color-surface, #fafafa) |
| Description: The background color of the sticky header in the Grid.
|
kendo-grid-sticky-header-text | $kendo-grid-header-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-grid-header-textComputed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of the sticky header in the Grid.
|
kendo-grid-sticky-header-border | $kendo-grid-sticky-border | rgba(0, 0, 0, 0.3) | Default: $kendo-grid-sticky-borderComputed: rgba(0, 0, 0, 0.3) |
| Description: The border color of the sticky header in the Grid.
|
kendo-grid-sticky-footer-bg | $kendo-grid-header-bg | var(--kendo-color-surface, #fafafa) | Default: $kendo-grid-header-bgComputed: var(--kendo-color-surface, #fafafa) |
| Description: The background color of the sticky footer in the Grid.
|
kendo-grid-column-menu-width | 230px | 230px | Default: 230pxComputed: 230px |
| Description: The width of the Grid column menu.
|
kendo-grid-column-menu-max-width | 320px | 320px | Default: 320pxComputed: 320px |
| Description: The maximum width of the Grid column menu.
|
kendo-grid-column-menu-popup-padding-x | null | null | Default: nullComputed: null |
| Description: The horizontal padding of the Grid popup.
|
kendo-grid-column-menu-popup-padding-y | null | null | Default: nullComputed: null |
| Description: The vertical padding of the Grid popup.
|
kendo-grid-column-menu-item-padding-x | $kendo-menu-popup-md-item-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-menu-popup-md-item-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid item.
|
kendo-grid-column-menu-item-padding-y | $kendo-menu-popup-md-item-padding-y | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-menu-popup-md-item-padding-yComputed: var(--kendo-spacing-1, 0.25rem) |
| Description: The vertical padding of the Grid item.
|
kendo-grid-column-menu-list-item-padding-x | $kendo-list-md-item-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-list-md-item-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid item.
|
kendo-grid-column-menu-list-item-padding-y | $kendo-list-md-item-padding-y | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-list-md-item-padding-yComputed: var(--kendo-spacing-1, 0.25rem) |
| Description: The vertical padding of the Grid item.
|
kendo-grid-column-menu-items-wrap-padding-x | k-spacing(0) | var(--kendo-spacing-0, 0px) | Default: k-spacing(0)Computed: var(--kendo-spacing-0, 0px) |
| Description: The horizontal padding of the Grid.
|
kendo-grid-column-menu-items-wrap-padding-y | k-spacing(1.5) | var(--kendo-spacing-1\.5, 0.375rem) | Default: k-spacing(1.5)Computed: var(--kendo-spacing-1\.5, 0.375rem) |
| Description: The vertical padding of the Grid.
|
kendo-grid-column-menu-group-header-padding-x | $kendo-menu-popup-md-item-padding-x | var(--kendo-spacing-2, 0.5rem) | Default: $kendo-menu-popup-md-item-padding-xComputed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid header.
|
kendo-grid-column-menu-group-header-padding-y | $kendo-menu-popup-md-item-padding-y | var(--kendo-spacing-1, 0.25rem) | Default: $kendo-menu-popup-md-item-padding-yComputed: var(--kendo-spacing-1, 0.25rem) |
| Description: The vertical padding of the Grid header.
|
kendo-grid-column-menu-group-header-font-size | var( --kendo-font-size-sm, inherit ) | var(--kendo-font-size-sm, inherit) | Default: var( --kendo-font-size-sm, inherit )Computed: var(--kendo-font-size-sm, inherit) |
| Description: The font size of the Grid header.
|
kendo-grid-column-menu-group-header-line-height | var( --kendo-line-height, normal ) | var(--kendo-line-height, normal) | Default: var( --kendo-line-height, normal )Computed: var(--kendo-line-height, normal) |
| Description: The height of the Grid header.
|
kendo-grid-column-menu-group-header-text-transform | uppercase | uppercase | Default: uppercaseComputed: uppercase |
| Description: The text color of the Grid header.
|
kendo-grid-column-menu-group-header-border-bottom-width | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The width of the Grid header.
|
kendo-grid-column-menu-group-header-bg | null | null | Default: nullComputed: null |
| Description: The background color of the Grid header.
|
kendo-grid-column-menu-group-header-text | $kendo-popup-text | var(--kendo-color-on-app-surface, #3d3d3d) | Default: $kendo-popup-textComputed: var(--kendo-color-on-app-surface, #3d3d3d) |
| Description: The text color of the Grid header.
|
kendo-grid-column-menu-group-header-border | $kendo-popup-border | var(--kendo-color-border, rgba(0, 0, 0, 0.08)) | Default: $kendo-popup-borderComputed: var(--kendo-color-border, rgba(0, 0, 0, 0.08)) |
| Description: The border color of the Grid header.
|
kendo-grid-column-menu-tabbed-tabstrip-content-padding-x | k-spacing(0) | var(--kendo-spacing-0, 0px) | Default: k-spacing(0)Computed: var(--kendo-spacing-0, 0px) |
| Description: The horizontal padding of the Grid content.
|
kendo-grid-column-menu-tabbed-tabstrip-content-padding-y | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| Description: The vertical padding of the Grid content.
|
kendo-grid-column-menu-tabbed-bg | k-color(surface) | var(--kendo-color-surface, #fafafa) | Default: k-color(surface)Computed: var(--kendo-color-surface, #fafafa) |
| Description: The background color of the Grid.
|
kendo-grid-drag-cell-width | ($kendo-icon-size * 2.25) | 36px | Default: ($kendo-icon-size * 2.25)Computed: 36px |
| Description: The width of the Grid cell.
|
kendo-grid-hierarchy-col-width | ($kendo-icon-size * 2) | 32px | Default: ($kendo-icon-size * 2)Computed: 32px |
| Description: The width of the Grid.
|
kendo-grid-grouping-row-border-top | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The grouping border top of the Grid row.
|
kendo-grid-group-footer-border-y | 1px | 1px | Default: 1pxComputed: 1px |
| Description: The vertical border of the Grid footer.
|
kendo-grid-row-resizer-hover-bg | color-mix(in srgb, k-color(on-base) 20%, transparent) | color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 20%, transparent) | Default: color-mix(in srgb, k-color(on-base) 20%, transparent)Computed: color-mix(in srgb, var(--kendo-color-on-base, #3d3d3d) 20%, transparent) |
| Description: The background color of the Grid row resize indicator.
|
kendo-grid-row-resizer-active-bg | k-color(primary) | var(--kendo-color-primary, #ff6358) | Default: k-color(primary)Computed: var(--kendo-color-primary, #ff6358) |
| Description: The background color of the active Grid row resize indicator.
|
kendo-grid-row-resizer-height | k-spacing(0.5) | var(--kendo-spacing-0\.5, 0.125rem) | Default: k-spacing(0.5)Computed: var(--kendo-spacing-0\.5, 0.125rem) |
| Description: The height of the Grid row resize indicator.
|
kendo-grid-stack-cell-padding-x | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| Description: The horizontal padding of the Grid stack layout cells.
|
kendo-grid-stack-cell-padding-y | k-spacing(1.5) | var(--kendo-spacing-1\.5, 0.375rem) | Default: k-spacing(1.5)Computed: var(--kendo-spacing-1\.5, 0.375rem) |
| Description: The vertical padding of the Grid stack layout cells.
|
kendo-grid-stack-column-gap | k-spacing(1) | var(--kendo-spacing-1, 0.25rem) | Default: k-spacing(1)Computed: var(--kendo-spacing-1, 0.25rem) |
| Description: The column gap of the Grid stack layout.
|
kendo-grid-stack-editable-column-gap | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| Description: The column gap of the editable Grid stack layout.
|
kendo-grid-stack-hierarchy-col-width | k-spacing(2) | var(--kendo-spacing-2, 0.5rem) | Default: k-spacing(2)Computed: var(--kendo-spacing-2, 0.5rem) |
| Description: The width of the hierarchy column in the Grid stack layout.
|
kendo-grid-stack-header-font-size | var( --kendo-font-size-sm, inherit ) | var(--kendo-font-size-sm, inherit) | Default: var( --kendo-font-size-sm, inherit )Computed: var(--kendo-font-size-sm, inherit) |
| Description: The font size of the Grid stack layout column header.
|
kendo-grid-stack-header-font-weight | var( --kendo-font-weight-bold, bold ) | var(--kendo-font-weight-bold, bold) | Default: var( --kendo-font-weight-bold, bold )Computed: var(--kendo-font-weight-bold, bold) |
| Description: The font weight of the Grid stack layout column header.
|
kendo-grid-stack-expandable-shadow-height | k-spacing(2.5) | var(--kendo-spacing-2\.5, 0.625rem) | Default: k-spacing(2.5)Computed: var(--kendo-spacing-2\.5, 0.625rem) |
| Description: The height of the Grid stack layout expandable row shadow.
|
kendo-grid-stack-header-color | k-color(subtle) | var(--kendo-color-subtle, #666666) | Default: k-color(subtle)Computed: var(--kendo-color-subtle, #666666) |
| Description: The color of the Grid stack layout column header.
|
kendo-grid-stack-focus-outline | color-mix(in srgb, k-color(on-app-surface) 12%, transparent) | color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 12%, transparent) | Default: color-mix(in srgb, k-color(on-app-surface) 12%, transparent)Computed: color-mix(in srgb, var(--kendo-color-on-app-surface, #3d3d3d) 12%, transparent) |
| Description: The outline color of the Grid stack layout focused cell.
|
kendo-grid-stack-expandable-shadow | k-elevation(2) | var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) | Default: k-elevation(2)Computed: var(--kendo-elevation-2, 0 4px 6px rgba(0, 0, 0, 0.06), 0 4px 16px rgba(0, 0, 0, 0.12)) |
| Description: The Grid stack layout expandable row shadow.
|