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 just needed assistance on an onclick action when clicking an appointment time. I would like to open a dialog window when clicking an appoitnement. I know I have to wrap the button, but I wasnt sure where. Any ideas?
IRIndumathi Ravichandran Syncfusion Team June 7, 2021 06:36 AM UTC
Hi Raymond,
Thank you for contacting Syncfusion support.
Regarding Query: I would like to open a dialog window when clicking an appointment.
In the Flutter Calendar, it is possible to show the clicked appointment details in an alert window by using targetElementof the calendar in the onTap callback. We have KB document for the same. Please find the KB from the following link.
Code snippet:
void calendarTapped(CalendarTapDetails calendarTapDetails) { if (calendarTapDetails.targetElement == CalendarElement.appointment) { // Todo your requirement here. } }
We hope that this helps you. If this is not your requirement, can you please share more details about your requirement clearly. It would be helpful for us to analyze and provide you a solution at the earliest.
Regards,
Indumathi R
Marked as answer
RARaymondJune 7, 2021 10:39 PM UTC
Perfect, thanks again!
IRIndumathi Ravichandran Syncfusion Team June 8, 2021 05:22 AM UTC
Hi Raymond,
Thank you for the update. Please get in touch with us if you would require any further assistance.
Regards,
Indumathi R
Need More Help?
Get personalized assistance from our support team.