Is there a way to refresh the scheduler after an event is added?
I have tried to code below immediately after the event is created inside Page_Load method but had no luck. Any suggestions?
scheduler.LoadData = true;
scheduler.EnableDataprocessor = true;
scheduler.EnableDynamicLoading(SchedulerDataLoader.DynamicalLoadingMode.Week);
scheduler.UpdateFieldsAfterSave();
scheduler.DataAction = this.ResolveUrl("~/TaskDataLead.ashx");