How to preserve the date and mode that we are saving?

Hello,

I want to preserve the date which i am saving and the current chosen mode(week,month/day). I have used

sched.Extensions.Add(SchedulerExtensions.Extension.Cookie); 

It works fine for me… But in certain situations( don’t know when,but most often) , after scheduling the week has been changed to previous week dates on calendar




Can I preserve the mode with the event date which i m scheduling?

Hi,
this shouldn’t happening normally, the active view is not supposed to change after saving the event.
Can you provide a demo, so I could check your problem?

I have done hard refresh before but it doesn’t works. Its working fine after debugging and testing it for several times without any code change. Thank you for quick reply :slight_smile: Will let you know once the issue comes back.