This is a migrated thread and some comments may be shown as answers.

Image Carousel(sort of)

1 Answer 277 Views
ListView
This is a migrated thread and some comments may be shown as answers.
Bill
Top achievements
Rank 1
Bill asked on 19 Sep 2018, 01:22 PM

I'm not sure what control or group of controls would best be used to accomplish the following:

 

I need a page for reviewing submitted images(look similar to a carousel)
- At any given time a Reviewer may have 1000 images to review.  They can either skip(arrow right), accept(button) or reject(button).
- If they skip, it should go to the next image
- Once they have skipped any images they should be able to go back(arrow left)
- If they accept or reject, it should remove that image from the queue and go to the next image

- A page with a control to view a single image, description and name
- Buttons for accept and reject
- Left and Right arrow buttons to advance or go back(to skipped images only)
- At any given time there may be 1000 images to review so we don't want to hold them all in memory or go to the database for each one...maybe get 10 at a time and when we have zero go get 10 more?

1 Answer, 1 is accepted

Sort by
0
Preslav
Telerik team
answered on 21 Sep 2018, 11:53 AM
Hi Bill,

Based on the provided requirements, I believe that the ListView component can provide the desired outcome:
For example, implement a view very similar to the above demo(with small images). After that, add a click handler to the images, and this could open a window:
That will hold the desired buttons and the bigger image. On a button click, change the image, based on the dataItem of the relevant record from the dataSource.

I hope this helps.


Regards,
Preslav
Progress Telerik
Get quickly onboarded and successful with your Telerik and/or Kendo UI products with the Virtual Classroom free technical training, available to all active customers. Learn More.
Tags
ListView
Asked by
Bill
Top achievements
Rank 1
Answers by
Preslav
Telerik team
Share this question
or