Calendar: Event Selecting

It is possible to select one event at a time.

Selecting and deselecting will fire EventSelect, depending on EventSelectHandling value.

The selected event id (DataValueField) is stored in SelectedEventValue property on the server side.

Event Selecting

The event selecting can be mapped to one of the standard handlers:

  • EventClickHandling="Select"
  • EventDoubleClickHandling="Select"

An event can be selected manually using eventSelect(e) method.

The selection can be cleared using clearEventSelection() method on the client side or by setting SelectedEventValue to null on the server side.

DayPilot for ASP.NET WebForms, DayPilot for ASP.NET MVC, DayPilot for Java