Welcome to the Blazor feedback portal. We’re happy you’re here! If you have feedback on how to improve the Blazor, we’d love to hear it!>
Thanks for joining our community and helping improve Syncfusion products!
Hi,
I have included a sample file including twice the following code:
< span @onclick="@(async () => await OnClick())" >Click me< /span >
This is once placed in the < EventTemplate > of the < ScheduleView Option="View.Day" > and once in < ScheduleView Option="View.Agenda" >.
When clicking this text "Click me", it writes into a text variable which is displayed below the schedule.
Also when clicking the event, it writes a text into the same text variable.
When performing this, you will see a difference between the sequence of events.
Could you please solve this, making sure they have the same sequence.
Thanks!
Best regards,
Michael