AjaxCalendar

Adds support for the ajaxToolkit:CalendarExtender.

It provides client-side date-picking functionality with customizable date format in a popup control.

Implementation Details:

Component Selector: ‘wm-ajax-calendar’

Kendo UI Component: Kendo DatePicker

Class inheritance

AjaxCalendarComponent extends ControlComponent

PME Support

Custom Methods

Toggle

The ClickEmittedNotification subscription using the AjaxInteractionService helps to validate if it needs to toggle the calendar.

The toggle to show the calendar is called when the click event Id is the same as the ajax-calendar popupButton Id.

Reference to the complete control documentation: AjaxCalendarComponent

Last updated