Add several pictures to Product

Hello!

I want to create the possibility to add several pictures to a product.
For that I want to do something like this image:

As you can see, you can add several pictures and move the pictures to a different position and save at the end.

What kind of objects can I use from Radzen to do this?
Any suggestion?

Best Regards!

Maybe DataList with an Image in the Template.

That can work, but not sure if I can put 2 to 3 images in the same row...

Maybe I can use Datagrid like this with some cjhanges to make it nicer, but still not exactly what I was going for...

Any other sugestions?

This is exactly what DataList will allow you, not the DataGrid.

1 Like

Oh, I see now!

Thank you!