This sample demonstrates the Grid component with the row spanning feature. In this sample, we have spanned row cells together.
Grid allows to span the row cells. In QueryCellInfo
event, you can define the rowSpan
attributes to span the cells.
In this demo, Davolio cell is spanned to two rows in the EmployeeName column.
Also Grid supports the spanning of rows and columns for same cells. Lunch Break cell is spanned to ten rows and three columns in the 1:00 column.
More information on the row drag and drop can be found in this documentation section.