Combining data grid with data card

Hi guys, I'm trying to figure out if its possible with the builtin Blazor components (datagrid, and data card for example) to create a datagrid that has something like 6 rows of data for each datagrid row. Here's an example of what I mean (using dummy data).

Hi @PeterBeery,

You can check the DataList component. It allows you to create a component that supports a list of items.

Also check composite grid columns (enable composite data cells).

1 Like