Hello,
I am trying to use ComponentGo's web scheduler with Prometheus RadAJAXManger. I am having problem a when I make a call back. The componentGo Webscheduler disappears after a successful call back. No errors are thrown.
Strangely my co-worker had a similar problem with Q1 2007 version of the RadAjaxManger but once he set 'EnableOutsidescripts=true" it started working. I can reproduce this probelm with Q1 2007 version of the RadAjaxManger all the time by setting the above property to false. I will give the ASP.NET markup for both the versions below. Is there any similar flag in Prometheus version of RAM that I am missing. Any help is appreciated.
Prometheus version ASP.Net code
Rad Q1 2007 version of RAM:
As you can see they are pretty similar almost.
Note that 'Sch' is the ID of the ComponentGO control.
Also, I have tried this ComponentGO control with straight MS AJAX without any issue. So the prometheus version also should work. I can send you the project if you desire.
Again, thanks for your help
Raj
I am trying to use ComponentGo's web scheduler with Prometheus RadAJAXManger. I am having problem a when I make a call back. The componentGo Webscheduler disappears after a successful call back. No errors are thrown.
Strangely my co-worker had a similar problem with Q1 2007 version of the RadAjaxManger but once he set 'EnableOutsidescripts=true" it started working. I can reproduce this probelm with Q1 2007 version of the RadAjaxManger all the time by setting the above property to false. I will give the ASP.NET markup for both the versions below. Is there any similar flag in Prometheus version of RAM that I am missing. Any help is appreciated.
Prometheus version ASP.Net code
| <Telerik:RadAjaxManager ID="RadAjaxManager1" runat="server" OnAjaxRequest="Telerik_AjaxRequest" EnableAJAX="true" |
| ClientEvents-OnResponseEnd="onResponseEndPrometheus" > |
| <AjaxSettings > |
| <Telerik:AjaxSetting AjaxControlID="RadAjaxManager1" > |
| <UpdatedControls> |
| <Telerik:AjaxUpdatedControl ControlID="lblId" /> |
| <Telerik:AjaxUpdatedControl ControlID="lblSlug" /> |
| <Telerik:AjaxUpdatedControl ControlID="lblDate" /> |
| <Telerik:AjaxUpdatedControl ControlID="txtStart" /> |
| <Telerik:AjaxUpdatedControl ControlID="txtEnd" /> |
| <Telerik:AjaxUpdatedControl ControlID="txtWrkDscr" /> |
| <Telerik:AjaxUpdatedControl ControlID="txtWrkDscrAdd" /> |
| <Telerik:AjaxUpdatedControl ControlID="lblDateAdd" /> |
| <Telerik:AjaxUpdatedControl ControlID="txtStartAdd" /> |
| <Telerik:AjaxUpdatedControl ControlID="txtEndAdd" /> |
| <Telerik:AjaxUpdatedControl ControlID="hdId" /> |
| <Telerik:AjaxUpdatedControl ControlID="txtSlug" /> |
| <Telerik:AjaxUpdatedControl ControlID="lblStoryID" /> |
| <Telerik:AjaxUpdatedControl ControlID="lblResourceID" /> |
| <Telerik:AjaxUpdatedControl ControlID="hdResourceID" /> |
| <Telerik:AjaxUpdatedControl ControlID="hdStoryID" /> |
| <Telerik:AjaxUpdatedControl ControlID="Sch" /> |
| </UpdatedControls> |
| </Telerik:AjaxSetting > |
| <Telerik:AjaxSetting AjaxControlID="btnEditSave"> |
| <UpdatedControls> |
| <Telerik:AjaxUpdatedControl ControlID="Sch" LoadingPanelID="lpSch" /> |
| </UpdatedControls> |
| </Telerik:AjaxSetting> |
| <Telerik:AjaxSetting AjaxControlID="btnAddSave"> |
| <UpdatedControls> |
| <Telerik:AjaxUpdatedControl ControlID="pnlGo" LoadingPanelID="lpSch" /> |
| </UpdatedControls> |
| </Telerik:AjaxSetting> |
| </AjaxSettings> |
| </Telerik:RadAjaxManager> |
| <Telerik:RadAjaxLoadingPanel ID="lpSch" runat="server" MinDisplayTime="200" HorizontalAlign="Center" Height="200px" Width="200px" Transparency="15"> |
| <asp:Image ID="lpImg" runat="server" EnableViewState="false" AlternateText="Loading..." ImageUrl="~/RadControls/Ajax/Skins/Default/Loading6.gif" /> |
| </Telerik:RadAjaxLoadingPanel> |
Rad Q1 2007 version of RAM:
| <RadAjax:RadAjaxManager ID="RadAjaxManager1" runat="server" EnableOutsideScripts="true" OnAjaxRequest="RadAjax_AjaxRequest" |
| ClientEvents-OnResponseEnd="onResponseEnd" > |
| <AjaxSettings> |
| <RadAjax:AjaxSetting AjaxControlID="RadAjaxManager1" > |
| <UpdatedControls> |
| <RadAjax:AjaxUpdatedControl ControlID="lblId" /> |
| <RadAjax:AjaxUpdatedControl ControlID="lblSlug" /> |
| <RadAjax:AjaxUpdatedControl ControlID="lblDate" /> |
| <RadAjax:AjaxUpdatedControl ControlID="txtStart" /> |
| <RadAjax:AjaxUpdatedControl ControlID="txtEnd" /> |
| <RadAjax:AjaxUpdatedControl ControlID="txtWrkDscr" /> |
| <RadAjax:AjaxUpdatedControl ControlID="txtWrkDscrAdd" /> |
| <RadAjax:AjaxUpdatedControl ControlID="lblDateAdd" /> |
| <RadAjax:AjaxUpdatedControl ControlID="txtStartAdd" /> |
| <RadAjax:AjaxUpdatedControl ControlID="txtEndAdd" /> |
| <RadAjax:AjaxUpdatedControl ControlID="hdId" /> |
| <RadAjax:AjaxUpdatedControl ControlID="txtSlug" /> |
| <RadAjax:AjaxUpdatedControl ControlID="lblStoryID" /> |
| <RadAjax:AjaxUpdatedControl ControlID="lblResourceID" /> |
| <RadAjax:AjaxUpdatedControl ControlID="hdResourceID" /> |
| <RadAjax:AjaxUpdatedControl ControlID="hdStoryID" /> |
| <RadAjax:AjaxUpdatedControl ControlID="Sch" /> |
| </UpdatedControls> |
| </RadAjax:AjaxSetting> |
| <RadAjax:AjaxSetting AjaxControlID="btnEditSave"> |
| <UpdatedControls> |
| <RadAjax:AjaxUpdatedControl ControlID="Sch" LoadingPanelID="lpSch" /> |
| </UpdatedControls> |
| </RadAjax:AjaxSetting> |
| <RadAjax:AjaxSetting AjaxControlID="btnAddSave"> |
| <UpdatedControls> |
| <RadAjax:AjaxUpdatedControl ControlID="Sch" LoadingPanelID="lpSch" /> |
| </UpdatedControls> |
| </RadAjax:AjaxSetting> |
| </AjaxSettings> |
| </RadAjax:RadAjaxManager> |
| <RadAjax:AjaxLoadingPanel ID="lpSch" runat="server" MinDisplayTime="200" HorizontalAlign="Center" Height="200px" Width="200px" Transparency="15"> |
| <asp:Image ID="lpImg" runat="server" EnableViewState="false" AlternateText="Loading..." ImageUrl="~/RadControls/Ajax/Skins/Default/Loading6.gif" /> |
| </RadAjax:AjaxLoadingPanel> |
As you can see they are pretty similar almost.
Note that 'Sch' is the ID of the ComponentGO control.
Also, I have tried this ComponentGO control with straight MS AJAX without any issue. So the prometheus version also should work. I can send you the project if you desire.
Again, thanks for your help
Raj
