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.
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.
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.
script-attributesIDictionary<String,Object>
widthStringDetermines the width of the layout. Numeric values are treated as pixels.
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
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support