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

Example of Column Spanning in ASP.NET MVC 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 work from 9.30 AM to 11.00 AM, so that the cells have been spanned.