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.
Hi there, I wanted to tap individual event and display alert dialog for edit and show detail but it does same like CalendarTapped . But I need individual event get tapped............................
ETEswaran Thirugnanasambandam Syncfusion Team September 22, 2017 11:59 AM UTC
Hi Ishwor Khanal,
Thanks for contacting Syncfusion Support.
We have created a sample to meet your reported requirement. In this sample, we have created custom Text view which has a property Appointment (to hold CalendarInlineEvent Data) and ItemClicked event. We have use this custom text view to create custom view for each appointment in SelectedDate. So, whenever we tap the custom text view it will fire the Item clicked event with respective appointment details. Please find the sample from the below link.