Unplanned
Last Updated: 14 Nov 2021 22:16 by cw
Ben Hayat
Created on: 17 Nov 2019 05:04
Category: UI for Blazor
Type: Feature Request
3
Image gallery

Hello Team;

We are building a "Social Media" style application. One of the requirements, is to provide an easy and professional for user to traverse through an Image gallery.

I'd like to request for such feature that allows us:

  • Ability to for us to provide a list of links (to physical location of images) to the Image Gallery component to display images in list format or individual image to traverse through the list.
  • Ability for user to click on image to see image in full size in a window.
  • Ability for user to download image.

It would be great if we don't have to resort to use the old jQuery implementation. We're trying to minimize to load jQuery, as Blazor client is already large enough.

Thank you in advance!
..Ben

3 comments
cw
Posted on: 14 Nov 2021 22:16

Thanks Ben for request this great feature as well.

And thanks Marin for giving us the tips as workaround for now. Is it possible to offer code sample like how you provided for the request of the MultiColumnComboBox control for Blazor at the link below, please?

https://feedback.telerik.com/blazor/1431847-multi-column-combo-box-with-load-on-demand

Hopefully, we will have the fully functional Image Gallery & Media controls for Blazor soon.

Thanks for all the hard works your teams have put in over the years. I love the products and supports from your company. Greatly appreciated !!

Ben Hayat
Posted on: 18 Nov 2019 16:28

Thanks Marin;

For now, I was planning to do the exact thing, but way back when I was using Telerik components for Silverlight and WPF, we had these great components for image presentation. Looking forward to your future Media components.

I'll be joining as paid customer very soon. Just finalizing my commitment to use Blazor for our new app.

Thanks for your progressive developments in Blazor.

ADMIN
Marin Bratanov
Posted on: 18 Nov 2019 15:49

Hi Ben,

You can easily use a @foreach loop to create a bunch of images whose @onclick can open up a maximized Window with the full size image. On downloading - I am not aware of such immediate features in Blazor, but another button or onclick should let you implement one yourself.

That said, I am keeping this request open because at some point we may implement such a component.

 

Regards,
Marin Bratanov
Progress Telerik

 UI for Blazor