Card vs Columns on Radzen Studio

I want to create Card information like below However in Radzen Studio, I couldn't see any difference between Card and Columns.

How should i design a template card like below ?

image

Hi @lumosapp,

Your topic is posted in the Radzen.Blazor Components category. Could you please clarify which product do you need help with? Is it Radzen Blazor Components, Radzen Studio, or our newest product Radzen Blazor Studio?

Radzen Blazor Components

The RadzenCard component is used to visually separate and distinguish a piece of content, like an image and text.

The RadzenColumn component is used within a RadzenRow to create a structured grid layout. Unlike RadzenCard, the RadzenColumn component features responsiveness in terms of Size, Offset, and Order.

You can place RadzenCard inside RadzenColumn if you want to visually emphasise on the column's content. You can also use RadzenRow/Column inside RadzenCard to create the layout inside the card.

How should i design a template card like below ?

That said, you should use RadzenRow and RadzenColumn to build responsive grid layouts like the one in your screenshot - see Nested Layout demo in the RadzenColumn demo page.

1 Like