• What is KendoReact
  • Getting Started
  • Server Components
  • Components
    • Animation
    • Barcodes
    • Buttons
    • Chartsupdated
    • Common Utilities
    • Conversational UIupdated
    • Data Gridupdated
    • Data Query
    • Data Tools
    • Date Inputs
    • Date Math
    • Dialogs
    • Drawing
    • Dropdownsupdated
    • Editor
    • Excel Export
    • File Saver
    • Formupdated
    • Ganttupdated
    • Gauges
    • Indicators
    • Inputsupdated
    • Labels
    • Layoutupdated
    • ListBox
    • ListView
    • Map
    • Notification
    • OrgChartnew
    • PDF Processing
    • PDFViewer
    • PivotGrid
    • Popup
    • Progress Bars
    • Ripple
    • Scheduler
    • ScrollView
    • Sortable
    • Spreadsheetupdated
    • TaskBoard
    • Tooltips
    • TreeList
    • TreeViewupdated
    • Upload
  • Sample Applications
  • Styling & Themes
  • Common Features
  • Project Setup
  • Knowledge Base
  • Changelog
  • Updates
  • Troubleshooting

KendoReact GridLayout Overview

The KendoReact GridLayout component allows you to easily arrange the contents of the component in rows and columns in a grid structure.

It offers grid-layout system with rows and columns. It is based on the CSS Grid Layout where you can configure items per a specific row and column, as well as span content across them.


The following example demonstrates the GridLayout component in action and also showcases other KendoReact components—the Calendar, ChipList and Card components. The components are arranged in a grid structure by defining the columns, rows, and gaps between them.

Example
View Source
Change Theme:

The GridLayout is part of the KendoReact Layout component library. The procedures for installing, importing, and using all components in the library are identical. To learn how to use the GridLayout and the rest of the components in the package, see the Getting Started with the KendoReact Layout Package guide.

Key Features

  • Rows and columns— To configure the appearance of the GridLayout, you can use the rows and cols properties.
  • Gaps—The setting of the gaps is another way to alter the appearance of the GridLayout.
  • Horizontal alignment—Four predefined values allows you to control the horizontal alignment.
  • Vertical alignment—Four predefined values allows you to control the vertical alignment.
  • Items—The GridLayout enables you to control the position of its items.

In this article

Not finding the help you need?