ColumnGroupComponent
Represents the column group header of the Grid (more information and examples).
<kendo-grid [data]="gridData">
<kendo-grid-column-group title="Product Info">
<kendo-grid-column field="ProductID"></kendo-grid-column>
<kendo-grid-column field="ProductName"></kendo-grid-column>
</kendo-grid-column-group>
<kendo-grid-column field="UnitPrice"></kendo-grid-column>
</kendo-grid>
Selector
kendo-grid-column-group
Inputs
Name | Type | Default | Description |
---|---|---|---|
autoSize |
|
Indicates whether the column will be resized during initialization so that it fits its header and row content. | |
columnMenu |
|
|
Specifies if the column menu will be shown for the column. |
class |
|
Sets the custom CSS classes to the column cells. Under the hood, to apply the property, the | |
filterClass |
|
Sets the custom CSS classes to the filter row cell. Under the hood, to apply the property,
the | |
filterStyle |
|
Sets the custom styles for the filter row cell. Under the hood, to apply the property,
the | |
footerClass |
|
Sets the custom CSS classes to the column footer cell. Under the hood, to apply the property,
the | |
footerStyle |
|
Sets the custom styles for the footer cell of the column. Under the hood, to apply the property,
the | |
headerClass |
|
Sets the custom CSS classes to the column header cell. Under the hood, to apply the property,
the | |
headerStyle |
|
Sets the custom styles for the header cell of the column. Under the hood, to apply the property,
the | |
hidden |
|
|
Sets the visibility of the column (see example). |
lockable |
|
|
Specifies if the column can be locked or unlocked from the column menu or by reordering the columns. |
locked |
|
|
Toggles the locked (frozen) state of the columns (more information and example). |
media |
|
Sets the condition that needs to be satisfied for a column to remain visible (see example).
If you set the Accepts the device identifiers that are available in Bootstrap 4 (see example): | |
reorderable |
|
|
Indicates whether the column is reorderable. |
resizable |
|
|
Indicates whether the column is resizable. |
stickable |
|
|
Specifies if the column can be stuck or unstuck from the column menu. |
sticky |
|
|
Determines whether the column will be always visible when scrolling the Grid horizontally. |
style |
|
Sets the custom styles for the table cells (excluding the footer and header ones) of the column. Under the hood,
to apply the property, the | |
tableCellsRole |
|
|
Allows setting the |
title |
|
The title of the column. | |
width |
|
The width of the column (in pixels). |
Fields
Name | Type | Default | Description |
---|---|---|---|
orderIndex |
|
|
The column index after reordering. The |