Telerik UI for ASP.NET Core GridLayout Overview
- EXAMPLE
- VIEW SOURCE
-
Change Theme
defaultDefault Theme
- Main
- Main Dark
- Nordic
- Ocean Blue
- Ocean Blue A11Y
- Purple
- Turquoise
Bootstrap Theme- Main
- Bootstrap 3
- Bootstrap 3 Dark
- Main Dark
- Nordic
- Turquoise
- Turquoise Dark
- Urban
- Vintage
Material Theme- Main
- Arctic
- Lime Dark
- Main Dark
- Nova
Classic Theme- Main
- Green
- Green Dark
- Lavender
- Lavender Dark
- Main Dark
- Metro
- Metro Dark
- Moonlight
- Opal
- Opal Dark
- Silver
- Silver Dark
- Uniform
Fluent Theme- Main
Also available for:
CLIENT-SIDE API SERVER-SIDE APIThe GridLayout component is part of Telerik UI for ASP.NET Core, a professional grade UI library with 110+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
Description
The Telerik UI for ASP.NET Core GridLayout provides grid-layout system with rows and columns. It is based on a CSS Grid Layout. Items could be configured per specific row and column and could span across them.
The component allows you to configure the spacing between its elements through dedicated RowSpacing and ColumnSpacing properties. You can also manage the alignment of the inner items based on the X and Y axis. The GridLayout can be combined with the media queries to achieve responsive and adaptive layout.
The current example displays a common use-case scenario for a complex layout where items are positioned using the CSS Grid Layout concepts.
Functionality and Features
- Rows- Use this confiuguration option to define the number of rows and set individual row height, if desired.
- Columns- Use this confiuguration option to define the number of columns and set individual column width, if desired.
- Items- Use this configuration to position the items. Set the Row, Column,RowSpan and ColumnSpan options to adjust the position of an item.