In the most recent ComponentOne MVC Core Edition release, we added a new TransposedMultiRow control which extends the FlexGrid control. This control is a combination of the new TransposedGrid and Multirow control. It displays the data in a transposed format, i.e., columns represent the data, and rows represent its properties. Since it is also similar to Multirow, a single data item can be represented by multiple columns.

Like the Multirow control, the layout of the TransposedMultiRow can be defined while creating the control using the c1-transposed-multi-row-cell-group for cell groups and c1-transposed-multi-row-cell for simple cells. The layout contains an array of cell group objects. Each cell group specifies how many columns the group should span and the cells that make up each group. The resulting view will be the transposed version of Multirow.

#dotnet #aspdotnet core mvc #transposedmultirow

Introducing TransposedMultiRow for ASP.NET Core MVC
1.25 GEEK