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

Loading panel with AjaxManagerProxy / Manual AjaxRequest

2 Answers 70 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Dominic
Top achievements
Rank 2
Dominic asked on 23 Dec 2008, 03:57 PM
Hi

In my application i use a user control where i add an AjaxRequest manualy to update a radGrid from a combobox and everything works fine but i'm not able to show the loading panel when the ajax request is add manualy. I know that i have to set the AjaxManager as an initiator but i have to use a RadAjaxManagerProxy, so i cannot add it as an initiator of the resquest. So how i can show the loading panel when i add the ajaxRequest manualy. There is the my simple code snippet.

     $find("<%= RadAjaxManager.GetCurrent(Page).ClientID %>").ajaxRequest("arg");    
 

Thanks in advance for your help.

2 Answers, 1 is accepted

Sort by
0
Dimo
Telerik team
answered on 29 Dec 2008, 01:30 PM
Hello Dominic,

There is no problem in adding RadAjaxManager to be an initiator of a RadGrid update. I have attached an example.

Kind regards,
Dimo
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
0
Dominic
Top achievements
Rank 2
answered on 05 Jan 2009, 04:29 PM
Hi

Thanks for your answer.

Ok, everything is working fine now. My mistake, i was looking for a design-time setting.

Thanks for your help.
Tags
Ajax
Asked by
Dominic
Top achievements
Rank 2
Answers by
Dimo
Telerik team
Dominic
Top achievements
Rank 2
Share this question
or