TileLayout

Example

Razor
<kendo-tilelayout>
    <containers></containers>
    <gap />
    <reorderable></reorderable>
</kendo-tilelayout>

ChildTags

Attributes

AttributeTypeDescription
nameStringSets the name of the component.
columnsDoubleDefines the number of columns.
columns-widthStringDetermines the width of the columns. Numeric values are treated as pixels.
has-client-componentBoolean
heightStringDetermines the height of the layout. Numeric values are treated as pixels.
navigatableBooleanA value indicating whether keyboard navigation will be enabled.
on-reorderStringFired when a tile item is reordered.
on-resizeStringFired when a tile item is resized.
deferredBooleanSuppress initialization script rendering. Note that this options should be used in conjunction with DeferredScripts method.
as-moduleBoolean
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.
reorderable-enabledBooleanDetermines whether the reordering functionality will be enabled.
resizableBooleanDetermines whether the resizing functionality will be enabled.
rows-heightStringDetermines the height of the rows. Numeric values are treated as pixels.
sanitize-idBoolean
script-attributesIDictionary<String,Object>
widthStringDetermines the width of the layout. Numeric values are treated as pixels.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support