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)
{
}
Thanks