Need to close the rad modal window via server side button postback. In the Button Click I have a Literal/Label in which I provide the javascript function which has Close Window logic. This works when there is no AJAX on the page but fails when I have AJAX. please advice.
I believe that this blog post will be of help. In short, you should not output JavaScript code in a Label when Ajax is used because that code will not be evaluated. You should use some other approach (like the ones described in the blog post) instead.
All the best,
Georgi Tunev
the Telerik team
Do you want to have your say when we set our development plans?
Do you want to know when a feature you care about is added or when a bug fixed?
Explore the
Telerik Public Issue Tracking
system and vote to affect the priority of the items