The Syncfusion native Blazor components library offers 70+ UI and Data Viz web controls that are responsive and lightweight for building modern web apps.
.NET PDF framework is a high-performance and comprehensive library used to create, read, merge, split, secure, edit, view, and review PDF files in C#/VB.NET.
I'm using the Carousel in my application to display cover pictures. There is something I don't know how to achieved :
The user selects a cover and clicks/taps (or double clicks/taps) on it and the app navigates to a detail page of the item. My problem is how to get the item tapped or a list the image with a tag attribute or anything that helps me what to load on the detail page.
There is an event Tapped or DoubleTapped but I do not find any useful information to determine which item has been tapped.
BKBharadhi K Syncfusion Team October 27, 2014 12:24 PM UTC
Hi Cocotteseb,
Thank you for using Syncfusion products.
You can determine which Item has been tapped by hooking the SelectionChanged event or using the SelectedItem property in the Tapped event. I have demonstrated the SelectionChanged in the sample.
Please download the sample from the following link.