How to get return value from KendoUI modal window

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?

+4
source share
1 answer

You are on the right way. Here is a quick sample to help you figure it out: http://jsfiddle.net/latenightcoder/DmAMc

+4
source

Source: https://habr.com/ru/post/1397340/


All Articles