Hello,
I've try RadWindow Prometheus and I have problem with radAlert.
On a linkbutton click event, I have this part of code which was working before (Classic RadWindow) :
Now I have 2 javascript error :
-First : Object required
- Second : Two component with the id 'alert' ....
Do you have any idea about that?
Is the way to load radAlert in codeBehind has changed with prometheus?
Keep me posted
I've try RadWindow Prometheus and I have problem with radAlert.
On a linkbutton click event, I have this part of code which was working before (Classic RadWindow) :
| Telerik.Web.UI.RadAjaxManager Manager = (Telerik.Web.UI.RadAjaxManager)Page.Master.FindControl("RadAjaxManager1"); |
| Manager.ResponseScripts.Add("radalert('" + message + "', 300, 200, 'Information');"); |
Now I have 2 javascript error :
-First : Object required
- Second : Two component with the id 'alert' ....
Do you have any idea about that?
Is the way to load radAlert in codeBehind has changed with prometheus?
Keep me posted