This is a migrated thread and some comments may be shown as answers.

window.radalert d is undefined

2 Answers 464 Views
Window
This is a migrated thread and some comments may be shown as answers.
Eric Caslake
Top achievements
Rank 1
Eric Caslake asked on 31 Mar 2010, 08:07 PM

Has anyone else experienced any issues with using the dialog windows (RadAlert, RadConfirm and RadPrompt).  I have a project that I have been working on where I am using these dialog windows, and even though I have a RadWindowManager on the page in question I keep getting a "d is undefined" error when the following code gets called from Telerik.Web.UI.Window.RadWindowManager.js.

 

window.radalert=

function(e,c,a,b){var d=GetRadWindowManager();

 

 

return d.radalert(e,c,a,b);

 

};

Thanks,
Eric

2 Answers, 1 is accepted

Sort by
0
Accepted
Georgi Tunev
Telerik team
answered on 01 Apr 2010, 07:38 AM
Hello Eric,

If you have a rendered RadWindowManager, this error should not occur. Do you, by any chance, call the popups from the server by outputting JS code? If so, the reason for such problem would be that the RadWindowManager is still not rendered on the page when you try to call these functions. If this is indeed the case I suggest to check this blog post - I believe it will be of help.
If this is not the case, please open a support ticket and send a sample project where the problem could be reproduced - we will check it and do our best to help.


Greetings,
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.
0
Alfredo
Top achievements
Rank 1
answered on 03 Nov 2016, 07:07 PM
In my case the solution was to move RadWindowManager to the top of the page
Tags
Window
Asked by
Eric Caslake
Top achievements
Rank 1
Answers by
Georgi Tunev
Telerik team
Alfredo
Top achievements
Rank 1
Share this question
or