GridLayout
Example
Razor
<kendo-gridlayout>
<gridlayout-columns></gridlayout-columns>
<gridlayout-items></gridlayout-items>
<gridlayout-rows></gridlayout-rows>
</kendo-gridlayout>
ChildTags
| Tag Name | Details |
|---|---|
| gridlayout-columns | GridLayoutColumnsTagHelper |
| gridlayout-items | GridLayoutItemsTagHelper |
| gridlayout-rows | GridLayoutRowsTagHelper |
Attributes
| Attribute | Type | Description |
|---|---|---|
| name | String | Sets the name of the component. |
| column-spacing | String | Defines the spacing between columns of the container. |
| horizontal-align | HorizontalAlign | Defines the horizontal align of the items in the grid column. Default value is Stretch. |
| row-spacing | String | Defines the spacing between rows of the container. |
| script-attributes | IDictionary<String,Object> | Sets the attributes that will be added to the script tag of the component's initialization script. |
| vertical-align | VerticalAlign | Defines the vertical align of the items in the grid column. Default value is Stretch. |
| width | String | Defines the width of the container. |
| is-in-client-template | Boolean | When placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute. |
| deferred | Boolean | Suppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method. |
| as-module | Boolean | Specifies whether the initialization script of the component will be rendered as a JavaScript module. |