clearAll causes scheduler to reload from server

When I call the clearAll() method in the scheduler it clears the scheduler but also makes a call to refresh the data. According to the documentation it is not supposed to hit the server to refresh. Is this a bug or is there another way of clearing all the events in the scheduler?

//Mikael

Hi @mik999,

By default clearAll() method works only on the client side and doesn’t make call to the server.

Please send me the demo where the issue can be reproduced, that should help to understand what goes wrong in your app.

By the way, how to force the call to the server on each navigation?

Hi @cwhisperer,

Please clarify which navigation you mean?
If you implemented server-side integration using one of these ways, saving changes on DB also should work in your app.

In addition, live update mode can be useful for you.