Telerik UI for ASP.NET MVC GridLayout Overview

  • EXAMPLE
  • VIEW SOURCE
Trending articles
01
Camille Fournier
20 Necessary Requirements of a Perfect Laptop
Jun 03
|
4 min read
02
Anton Subbotin
Top 3 Coding Teachers
Jun 07
|
5 min read
03
Jean Campbell
An Open Letter to Millennials
Jun 08
|
7 min read
04
Umair Haque
Welcome to a New Dark Age
Jun 09
|
9 min read
05
Camille Fournier
An incomplete list of skills senior engineers need
Jun 25
|
4 min read
06
Mathew MacDonald
A Closer Look at 5 New Features in C# 10
Jun 25
|
6 min read
Ali Tamaseb
What I Learned About Startups by Collecting 30,000 Data Points
I spend 4 years conducting one of the largest studies.
Jun 03
|
8 min read
What I Learned About Startups by Collecting 30,000 Data Points
Photo by Firmbee.com on Unsplash
Andreas Maier
Pattern Recognition and the Fundamental Methods of Machine Learning
A Comprehensive Overview of Classical ML Methods
Jun 25
|
7 min read
Pattern Recognition and the Fundamental Methods of Machine Learning
Photo by Nathan Van Egmond on Unsplash
Whet Moser
Our Climate Change Future Looks Like the Everglades
We are all Florida man.
Jun 25
|
6 min read
Our Climate Change Future Looks Like the Everglades
Recommended for you
Events this month
JanFebMarApr
MayJunJulAug
SepOctNovDec
Discover more
Art
Books
Film
Gaming
Music
Photography
Podcasts
TV
Visual Design
index.cshtml
IndexController.cs
GridLayoutArticle.cs
GridLayoutData.cs

Also available for:

CLIENT-SIDE API SERVER-SIDE API
devcraft ninja image

The GridLayout component is part of Telerik UI for ASP.NET MVC, 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 MVC 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.

Additional Apps

This GridLayout example is part of a unique collection of hundreds of ASP.NET MVC demos, with which you can see all Telerik ASP.NET MVC components and their features in action. View the source code of the demos from the library or directly adapt, and edit them and their theme appearance in the ThemeBuilder.

Support & Learning Resources

Additional Resources