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.
Thanks in advance for your help.
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.