multi-select events for deletion

Hello,

i’m just a beginner with dhtmlxScheduler…
may i ask about it??..how to multi-select events to delete all of them at once…??

i’m using dhtmlxScheduler in asp.net MVC project…
could you explain in more details what to do in the “controller.cs” and the “view.aspx” …??

any help will be appreciated… :smiley:

There is no GUI to select multiple events at once.
But there is javascript API which can be used to delete all events at once.

could you explain in more details what to do in the “controller.cs” and the “view.aspx” …??
If you are using our MVC tutorial - view defines client side of scheduler, here you can use all javascript API and configurations to change look and behavior of the scheduler. Controller only generates data feed for initial loading and process saving commands.