Hi,
I have this regular RadAjaxLoadingPanel and I was wondering why does the image show duplicate when I run my application and the update panel shows up. Could not find a reason for that, or a setting.
Thank you.
2 Answers, 1 is accepted
0
Vlad
Telerik team
answered on 12 Dec 2008, 07:16 AM
Hi Alexandru,
Can you post your RadAjaxManager ajax settings?
Sincerely yours,
Vlad
the Telerik team
Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Thank you for the tip. It was a RadAjaxManager problem.
My control to be updated was situated in a child page. The RadAjaxManager was placed in the Masterpage. The updating was handled by the Ajax Manager and it showed duplicate because I was calling the Loading panel from the Ajax Panel to be updated too.