I have a radwindow that I close server side using the approach of sending a JS function to a label, as recommended on previous posts. This works finw when it occurs on a server side button click event. The issue is that I have wrapped the button on an radajaxpanel that has a panel that I use to display error messages. When I add the panel the close function does not fire, I have inspected the DOM and the script is there. I have tries adding ajaxsettings for the button to update the label.
The popup is a content page of a master page. The master page holds the ajaxmanager, while the content page has a proxy, which is where I am setting the ajax settings.
Any help is appreciated.
The popup is a content page of a master page. The master page holds the ajaxmanager, while the content page has a proxy, which is where I am setting the ajax settings.
Any help is appreciated.