TileLayoutTagHelper

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-reorderStringThe name of the JavaScript function that will handle the reorder event. Fired when a tile item is reordered.
on-resizeStringThe name of the JavaScript function that will handle the resize event. Fired 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>Sets the attributes that will be added to the script tag of the component's initialization script.
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-moduleBooleanSpecifies whether the initialization script of the component will be rendered as a JavaScript module.
In this article
ExampleChildTagsAttributes
Not finding the help you need?
Contact Support