How can I update the view after changing the BackendURL property?
6 years ago.
I need to change the property dp_day.backendUrl = "/ Backend / Day? IdEmployee = 33", to "/ Backend / Day? IdEmployee = 10"
and then I tell him to show it switcher.show (dp_day);
But I don't load the new events.
If I first tell you to show me the week and then the day if it works for me:
dp_day.backendUrl = "/ Backend / Day? Employee id = 10"
switcher.show (dp_week);
switcher.show (dp_day);
How can i fix this? Is there a better way?
DayPilot