Hi,
is there any possibility to delete all events which are on in the scheduler?
something like reset()?
thanks
joerg
Hi,
is there any possibility to delete all events which are on in the scheduler?
something like reset()?
thanks
joerg
You can use
scheduler.clearAll()
but it will remove events from client side view only, it will not delete them in DB
clientSide is exactly what i want, i fill it with my own function from the database after every redraw (it was much easier)…
thanks