Lines Matching refs:grid

3 The **GridItem** component provides a single item in a grid.
8 > * This component can be used only as a child of [Grid](ts-container-grid.md).
28 | value<sup>11+</sup> | [GridItemOptions](#griditemoptions11) | No | Parameters of the grid item,…
46grid item spans, you are advised to use the [layoutOptions parameter](ts-container-grid.md#gridlay…
62grid item spans, you are advised to use the [layoutOptions parameter](ts-container-grid.md#gridlay…
78grid item spans, you are advised to use the [layoutOptions parameter](ts-container-grid.md#gridlay…
94grid item spans, you are advised to use the [layoutOptions parameter](ts-container-grid.md#gridlay…
98grid item spans, you are advised to use the [layoutOptions parameter](ts-container-grid.md#gridlay…
104 > If **rowStart**, **rowEnd**, **columnStart**, or **columnEnd** is set, the grid item occupies th…
108 > In the grid that has both **columnTemplate** and **rowTemplate** set, grid items that have **row…
110grid that has only **columnTemplate** set, grid items that have **columnStart**/**columnEnd** set …
112grid that has only **rowTemplate** set, grid items that have **rowStart**/**rowEnd** set are laid …
114 > In the grid that has only **columnTemplate** set, grid items whose row or column number settings…
116 > In the grid that has neither **columnTemplate** nor **rowTemplate** set, the row and column numb…
138 Sets whether the grid item is selectable in the mouse selection box area. This attribute takes effe…
150 | value | boolean | Yes | Whether the grid item is selectable in the mouse selection box area.<br…
156 Sets whether the grid item is selected. This attribute supports two-way binding through [$$](../../…
168 | value | boolean | Yes | Whether the grid item is selected.<br>Default value: **false**|
178grid item.<br>Default value: **GridItemStyle.NONE**<br>If this parameter is set to **GridItemStyle…
193 …used style for the grid item, the grid container must have paddings of greater than 4 vp for accom…
201 Triggered when the selected state of the grid item changes.
211 | isSelected | boolean | Yes | Returns **true** if the grid item is selected in the mouse selectio…