Hello,
I have an issues with the RadWindow when I try to put as parameter of the close, a json string
at the end of my client script,
I close the window using the following line,
I have an issues with the RadWindow when I try to put as parameter of the close, a json string
at the end of my client script,
I close the window using the following line,
oWnd.close(myJson);
myJson contains the following : {"Hello":"true"}
and it doesn't work, I got an issue on the parent when it loads.
Sy had the issue already ?
thx in advance
Note it works if I pass a simple string as "Hello" for instance