AjaxModalPopupExtender
Last updated
Was this helpful?
Last updated
Was this helpful?
Adds support for the ajaxToolkit:ModalPopupExtender.
This control can be attached to any control to open a popup window that displays additional content.
Component Selector: ‘wm-modalpopup-extender’
Kendo UI Component: N/A
AjaxModalPopUpExtenderComponent extends
The ClickEmittedNotification subscription using the AjaxInteractionService helps the control know if it needs to open or close the PopupControl. If the click event id equals the targetControlId it will open the PopupControl or if the event id equals the cancelControlId it will close it.
The open and close methods get the DOM element based on the PopupControlId and apply the necessary styles to show or hide the control.