ColumnSpanning

  • Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

Example of Column Spanning in ASP.NET Core Data Grid Control

This sample demonstrates the Grid component with the column spanning feature. In this sample, we have spanned multiple adjacent cells together.

DEMO
SOURCE

Grid allows to span the multiple adjacent cells. In queryCellInfo event, you can define the colSpan attribute to span the cells.

In this demo, Employee Davolio doing testing from 9.00 AM to 10.00 AM, so that the cells have been spanned and Employee Buchamann doing development from 9.30 AM to 11.00 AM, so that the cells have been spanned.