search envelope-o feed check
Home Unanswered Active Tags New Question
user comment-o

Mutliselection

Related article: Angular Calendar: Day/Week/Month Views (Open-Source)
Asked by Anonymous
4 months ago.

i want multiselection for delete and push to 1st frozen row is that possible

Answer posted by Dan Letecky [DayPilot]
4 months ago.

I’m not sure if that’s what you mean but in the Calendar component in the Pro version, it is possible to select multiple events and then delete them using the API (use multiselect.events() to get a list of events and events.remove() to delete them).

In the Calendar, there is no frozen row at the top other than the all-day events row. To move an event to the all-day events row, set its allday property to true and update the event using events.update().

In the Scheduler component, it is possible to freeze one or more rows (representing resources) at the top or bottom of the Scheduler grid.

This question is more than 1 months old and has been closed. Please create a new question if you have anything to add.