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!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

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