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

TileLayoutTagHelper

Example

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

ChildTags

Tag Name Details
containers TileLayoutContainersTagHelper
gap TileLayoutGapSettingsTagHelper
reorderable TileLayoutReorderableSettingsTagHelper

Attributes

Attribute Type Description
name String Sets the name of the component.
columns Double Defines the number of columns.
columns-width String Determines the width of the columns. Numeric values are treated as pixels.
height String Determines the height of the layout. Numeric values are treated as pixels.
navigatable Boolean A value indicating whether keyboard navigation will be enabled.
on-reorder String Fired when a tile item is reordered.
on-resize String Fired when a tile item is resized.
reorderable-enabled Boolean Determines whether the reordering functionality will be enabled.
resizable Boolean Determines whether the resizing functionality will be enabled.
rows-height String Determines the height of the rows. Numeric values are treated as pixels.
width String Determines the width of the layout. Numeric values are treated as pixels.
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?