Hi
I'm using add_show from Radwindow but sinds installing version UI for ASP.NET AJAX Q1 2015, I get following error :
Object doesn't support property or method 'add_show'
This is the javascript function I use it in it:
Can someone please help me? It is urgent because no window is opening in my production environment!
Kind regards
Suzy
I'm using add_show from Radwindow but sinds installing version UI for ASP.NET AJAX Q1 2015, I get following error :
Object doesn't support property or method 'add_show'
This is the javascript function I use it in it:
function openChildDialog(url, wndName, title) { if (!url) url = "errorPage.aspx"; if (!wndName) wndName = "popup_" + Math.random(); var currentWnd = GetRadWindow(); var browserWnd = window; if (currentWnd) browserWnd = currentWnd.BrowserWindow; setTimeout(function () { browserWnd.add_show(returnDataToParentPopup); var wnd = browserWnd.radopen(url, wndName); wnd.__parentBackReference = window; //pass the current window object of the page that opens the dialog so it can be used later if (title) wnd.set_title(title); }, 0);Can someone please help me? It is urgent because no window is opening in my production environment!
Kind regards
Suzy