Scheduler navigation breaks when using ScheduleEvents ActionCompleted

Hi,
ScheduleEvents ActionCompleted used to work but now when i use it i am not able to navigate dates.
If you use the below line of code then you cannot navigate anymore.
Even if the OnActionCompleted void is empty it will still not work.
It still works for editing and creating events, just not changing the date or the view of the scheduler.

<code>
<ScheduleEvents ActionCompleted="@OnActionCompleted" TValue="AppointmentData"></ScheduleEvents>

public void OnActionCompleted(ActionEventArgs<AppointmentData> args)
    {
     }
</code>

Thanks

3 Replies

AK Alagumeena Kalaiselvan Syncfusion Team February 14, 2020 01:19 PM UTC

Hi Fergus, 

Greetings from Syncfusion support! 

We have validated your reported issue “Scheduler navigation breaks when using ActionCompleted event” and we could able to reproduced this issue at our end. We confirmed this as defect and logged the bug report for that. You can track the issue status by the following link 

Also , we will include this fix in our upcoming patch release which will be held on end of Feb, 2020.  

Kindly be patience until then. 

Regards 
Alagumeena.K 



RO Rodrigo February 19, 2020 03:11 PM UTC

I also experienced this issue with the ActionCompleted 

Kind Regards,
Rodrigo


VM Vengatesh Maniraj Syncfusion Team February 20, 2020 05:15 AM UTC

Hi Rodrigo, 

Greetings from Syncfusion Support. 

As we promised in the last update, we will include the fix in our upcoming patch release which will be held on the end of February 2020. We appreciate your patience until then. 
 
Please let us know if you need any other assistance. 
 
Regards, 
Vengatesh.  


Loader.
Up arrow icon