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

RadAjax Manager & RadAlert NOT WORKING please HELP!!

1 Answer 88 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Ashish
Top achievements
Rank 1
Ashish asked on 14 Jul 2009, 02:12 PM

Hi,

This is my scenario

 

When user Click the button

            A javaScript Function is Called which is making a ajaxRequest.

 

This AjaxRequest from Code behind Registers a script (I m using RAdAjaxManger.ResponseScripts.Add(“radalert(‘HELP!!!’)”))

 

Along with this I have Added a setting in  RAdAjaxManger

So that it shows a loadingPanel during this ajax request…

 

Problem is radAlert(which is Called From CodeBehind using ResponseScripts) doesn’t fire !!

If  I remove the Ajax Settings(for RAdAjaxManager Itself) then it fires!!..please help

 

I need to show a loading panel when the Ajax Request Happens!!..

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 16 Jul 2009, 12:33 PM
Hi Ashish,

Could you please specify what is the problematic ajax setting?
Additionally, in order to show the loading panel as desired without having specific settings, you can try the approach shown in this online demo. There the client-side API of RadAjaxLoadingPanel is used to show it when ajax request start and hide it when it finishes.
  
Greetings,
Iana
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
Ashish
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or