New to Telerik UI for ASP.NET AJAXStart a free 30-day trial

RadDialogOpener Object

The RadDialogOpener object exposes the following public methods and properties to control its behavior:

RadDialogOpener Client-Side Methods

NameParametersReturn TypeDescription
openString, Object, FunctionOpens a dialog created via DialogDefinitions on the server.The method takes the following arguments: dialogName - The name of the dialog to be opened. clientParameters - Parameters to be passed to the dialog. callbackFunction - The callback function.
openLightString, Object, FunctionOpens a light dialog created via DialogDefinitions on the server.The method takes the following arguments: dialogName - The name of the dialog to be opened. clientParameters - Parameters to be passed to the dialog. callbackFunction - The callback function.
openUrlString, Object, Number, Number, Function, Object, String, Boolean, Telerik.Web.UI.WindowBehaviors, Boolean, Boolean, StringOpens a dialog via the DialogOpener.The method takes the following arguments: url - Specifies the URL/Path to the user control to be opened in the dialog. argument - Pass an argument object to be fetched in the dialog. width - The width of the dialog. height - The height of the dialog. callbackFunction - The callback function which will be called on closing the dialog. callbackArgs - The callback arguments. title - The title of the dialog. modal - Specifies whether the dialog to be modal or not. behaviors - The behavior settings of the dialog. showStatusbar - Specifies whether to show the status bar. showTitlebar - Specifies whether to show the title bar. dialogName - Specifies the name of the dialog instance.

RadDialogOpener Client-Side Methods for attaching/detaching client-side event handlers

NameArgumentsDescription
add_closeFunctionAdds a handler for the close RadDialogOpener client event.
add_openFunctionAdds a handler for the open RadDialogOpener client event.
remove_closeFunctionRemoves a handler for the close RadDialogOpener client event.
remove_openFunctionRemoves a handler for the open RadDialogOpener client event.
Not finding the help you need?
Contact Support