I'm trying to make a WebMonthCalendar with multi-selection enabled and catching the selected date-range in Javascript. However, the SelectionChanged event is fired every time you select a date. So when I drag a date selection, the event is called a lot of times. How can I determine if the multiselection is complete?
Hi,
The WebMonthCalendar is not able to detect "end" of range selection, because it can be ended by various situations which are not possible to catch. For example, in case of mouse-drag it can be ended not only by mouse-up, but by mouse-out of control bounds as well. Selection on shift+arrows/page/etc. is ended by last time action-key is pressed, but it is not possible to guess when user will decide to stop pressing keys.