kendo.ui.ExtWaitDialog extends kendo.ui.Window
Introduced in 2013 Q1
The ExtWaitDialog widget displays an wait dialog.
Example
Configuration
message : String
Message to be displayed to the user.
Methods
show
Show the wait dialog.
Parameters
options : JSON Object
Configuration options used to display the wait dialog.
Return
jQuery.Deferred Object
The jQuery Deferred object is resolved when the wait dialog has finished initializing.
hide
Hide the wait dialog.