Overview
18 Apr 20171 minute to read
The Dialog control displays a Dialog window within a web page. The Dialog enables a message to be displayed, such as supplementary content like images and text, and an interactive content like forms.
Key Features:
-
Model dialog support: Displays the content in a modal dialog, disabling interaction with other items on the page
-
AJAX Load: Load AJAX content in dialog content panel.
-
Drag support: Drag the Dialog within the page.
-
Customized dialog position: By default, the dialog is shown in the center of the container. If given a position, the dialog is displayed at the particular position.
-
Keyboard navigation: Users can interact with the dialog by using the keyboard.