MobileModalViewEventBuilder
Defines the fluent API for configuring the Kendo MobileModalView for ASP.NET MVC events.
Methods
BeforeOpen(System.String)
Fires before the ModalView is shown. calling preventDefault on the event argument will cancel the open.
For more information see BeforeOpen event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the beforeOpen event.
Close(System.String)
Fired when the mobile ModalView is closed by the user.
For more information see Close event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the close event.
Init(System.String)
Fired when the mobile ModalView and its child widgets are initialized.
For more information see Init event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the init event.
Open(System.String)
Fires when the ModalView is shown.
For more information see Open event.
Parameters
handler - System.String
The name of the JavaScript function that will handle the open event.