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

Every other Click ??

4 Answers 77 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
William Gollnick
Top achievements
Rank 1
William Gollnick asked on 09 May 2011, 06:29 PM
I am using the RadScriptManager1, RadAjaxManager1 and  RadAjaxLoadingPanel in order to have the "loading" graphics kick in while oading my web pages .. filling in data in rsponse to user input. This is ties to a button and I get the overlay everyother time.

 

<telerik:RadScriptManager ID="RadScriptManager1" Runat

="server"> 

</telerik:RadScriptManager> 

 

<telerik:RadAjaxManager ID="RadAjaxManager1" runat

="server"> 

<AjaxSettings >

 

 

<telerik:AjaxSetting AjaxControlID ="Panel2">

 

 

 

<UpdatedControls >

 

 

 

<telerik:AjaxUpdatedControl ControlID="Panel2" LoadingPanelID="RadAjaxLoadingPanel1" />

 

 

 

</UpdatedControls >

 

 

 

</telerik:AjaxSetting >

 

 

 

</AjaxSettings >

 

 

 

</telerik:RadAjaxManager >

 

 

 

<telerik:RadAjaxLoadingPanel ID="RadAjaxLoadingPanel1" runat="server" Height="75px" Width="75px" >

 

 

<img alt="Loading Cycle Count ..." src='<%= RadAjaxLoadingPanel.GetWebResourceUrl(Page, "Telerik.Web.UI.Skins.Default.Ajax.loading.gif") %>' style="border:0;" />

 

 

</telerik:RadAjaxLoadingPanel>

 

 

Why is this? I am developing under VS 2008 and using the RadControls for ASP.NET AJAX Q1 2011 NET 35

any help ???

Thanks

gollnick

 

 

4 Answers, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 10 May 2011, 02:05 PM
Hi William,

Thank you for contacitng us.

I'm not completely sure what your scenario is exactly and what problem are you facing in using RadAjaxManager and RadAjaxLoadingPanel on the page. Could you please elaborate a bit more on your scenario and the exact issue you are facing so we could provide more to-the-point answer.

Best wishes,
Maria Ilieva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Maria Ilieva
Telerik team
answered on 10 May 2011, 02:05 PM
Hi William,

Thank you for contacitng us.

I'm not completely sure what your scenario is exactly and what problem are you facing in using RadAjaxManager and RadAjaxLoadingPanel on the page. Could you please elaborate a bit more on your scenario and the exact issue you are facing so we could provide more to-the-point answer.

Best wishes,
Maria Ilieva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
William Gollnick
Top achievements
Rank 1
answered on 10 May 2011, 03:54 PM
Ok... using the html as listed in my original post......

I have this tied to a button which when the user clicks I reload datagrid data based upon some dates. It is during this time I want the RadAjaxLoadingPanel to kick in and give me the "loading" status. On the first click .... all is ok. On the second click (they changes a date) I get nothing (no status waiting). In the thrid click (changed another date) all works and I see the "loading" info. On the fourth click .. nothing .. fifth ... fine and so on and so on.

gollnick
0
Maria Ilieva
Telerik team
answered on 13 May 2011, 09:00 AM
Hi William,

Thank you for this clarification.

We are not able to isolate the mentioned issue on our site. You could review the following online demo which shows similar scenario in which RadComboBox updates the RadGrid control. You will see that in similar setting the LoadingPanel shows correctly.
Could you please test your application by explicitly show and hide the LoadingPanel using the following help topic. Also please try to set the LoadingPanel as default for the RadAjaxManager and verify of this makes any difference.



Maria Ilieva
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

Tags
Ajax
Asked by
William Gollnick
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
William Gollnick
Top achievements
Rank 1
Share this question
or