Kendo UI for jQuery TileLayout Overview
The TileLayout widget is available as of Kendo UI R2 2020(v2020.2.513).
The Kendo UI TileLayout widget allows you configure a two-dimensional grid-based sandbox surface to display content in tiles which can be dragged around and rearranged to create any modern page design.
The TileLayout is based on the CSS Grid with all its features and uses additional JavaScript logic to provide resizing, reordering, and template customizations.
Functionality and Features
- Resizing—You can resize the tiles of the TileLayout.
- Reordering—You can reorder the tiles within the component.
- Containers—The TileLayout's containers provide different options regard to layout and positioning.
Known Limitations
Currently, the component is not supported in Internet Explorer as the browser does not support gutters.
Next Steps
- Getting Started with the Kendo UI TileLayout for jQuery
- Basic Usage of the TileLayout (Demo)
- JavaScript API Reference of the TileLayout