A has a KendoUI window that receives its contents from a partial view.
This content may be, for example, an input field.
What is the best way to get the value entered in this input field when the window is closed?
I suppose some kind of callback function should be used on a window close event; if it is correct, is it possible to send sample code?
source share