GridLayoutTagHelper

Example

Razor
<kendo-gridlayout>
    <gridlayout-columns></gridlayout-columns>
    <gridlayout-items></gridlayout-items>
    <gridlayout-rows></gridlayout-rows>
</kendo-gridlayout>

ChildTags

Tag NameDetails
gridlayout-columnsGridLayoutColumnsTagHelper
gridlayout-itemsGridLayoutItemsTagHelper
gridlayout-rowsGridLayoutRowsTagHelper

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
column-spacingStringDefines the spacing between columns of the container.
horizontal-alignHorizontalAlignDefines the horizontal align of the items in the grid column. Default value is Stretch.
row-spacingStringDefines the spacing between rows of the container.
script-attributesIDictionary<String,Object>
vertical-alignVerticalAlignDefines the vertical align of the items in the grid column. Default value is Stretch.
widthStringDefines the width of the container.
is-in-client-templateBooleanWhen placing a Tag Helper within a Kendo Template, set the type to text/html and add the is-in-client-template="true" attribute.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBoolean
has-client-componentBoolean
sanitize-idBoolean
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support