New to Telerik UI for ASP.NET Core? Download free 30-day trial

GridLayoutTagHelper

Example

<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.
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-child-component Boolean
has-client-component Boolean
sanitize-id Boolean
In this article
Not finding the help you need?