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

RadAjaxLoadingPanel shows on every control

3 Answers 61 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Andy Green
Top achievements
Rank 2
Andy Green asked on 25 Apr 2009, 02:04 PM
Hi All

Finally got things finished, and starting to smarten things up with ajax. My first problem is that every control on a panel shows the loading image, rather than just the panel.

I assume you will know what is going on, if not I can post my actual arrangement of controls.

Andy

3 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 28 Apr 2009, 06:08 AM
Hi Andy Green,

Note that the whole AJAX Panel (with all controls inside) is updated when one of the controls makes an AJAX request. Placing the whole page into a AJAX Panel is usable when you have relatively small number of controls on the page.
In your case I suggest that you use RadAjaxManager instead of RadAjaxPanel. With RadAjaxManager you should update one or more controls with an AJAX request.
For more information about how to use RadAjaxManager control, please refer to the following articles:
Help topic
Demo

Best wishes,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
0
Andy Green
Top achievements
Rank 2
answered on 28 Apr 2009, 11:35 AM
I am using the RadAjaxManager, while I was setting it up I had to specify which controls to update, when I ran the page every control showed the loading image (There are text boxes and dropdowns).

I then place a standard ASP:Panel control around the controls I wanted to update and changed the RadAjaxManager to update the asp:panel, but every control still shows the loading image.

I'll go through the documentation again.

Andy
0
Pavlina
Telerik team
answered on 29 Apr 2009, 02:15 PM
Hi Andy,

Unfortunately we can not determine the exact cause of the problem you encountered based on the provided information. I suggest that you stripped down a working version of your project and send it attached to a formal support ticket or at least send us the problematic page. We will examine it in details and will get back to you with our findings.

Greetings,
Pavlina
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Ajax
Asked by
Andy Green
Top achievements
Rank 2
Answers by
Pavlina
Telerik team
Andy Green
Top achievements
Rank 2
Share this question
or