Example of Row Spanning (API) in ASP.NET MVC Data Grid Control
This demo showcases how the Grid component can automatically merged cells that contain matching data across rows and columns. When program names and timings repeat, they are visually combined into a single cell for improved readability.
DEMO
SOURCE
In this sample, the channel program names, and their timings are merged using the Grid's enableRowSpan
and enableColumnSpan
properties.
The Channel and Genre columns remains fixed on the left side, enabled by the frozen column feature.
More information on the row spanning can be found in this documentation section