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

client side events of ajax manager

1 Answer 68 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Preetam Ray
Top achievements
Rank 1
Preetam Ray asked on 07 Aug 2008, 01:52 PM
Hi,

I want to show and hide the loading panel explictly in my code. so as suggested in the documentation i am using "OnRequestStart" and "OnResponeEnd" to do that. The problem I am facing is sometimes the javascripts which i have registered for these clients events are not being called.   

To give some more details I have a panel 'A' in which I am loading usercontrols dynamically and I have to refresh another panel 'B' if any action happens on this user control. So when I add an ajax setting with the ajax control id as the user control and updated control as the panel 'B' the controls behave as expected but the javascripts are not being called and if instead of the usercontrol I add an ajax setting with ajax control id as panel "A" and updated control is as panel "B" then the javascirpts are being executed but Panel "B" doesnt get refreshed.
I have a master pahe which has the ajaxmanager and I am adding the ajax settings dynamically.

Any pointers on this will be very helpful

Thanks

1 Answer, 1 is accepted

Sort by
0
Maria Ilieva
Telerik team
answered on 11 Aug 2008, 07:36 AM
Hi Preetam Ray,

I tested the described scenario but was not able to replicate the described issue locally. Will it be convenient for you to open a regular support ticket and send us sample runnable project? We will test it locally and advise you further on the problems you are facing.
Also please note that it is not supported to directly add the User Controls into the RadAjaxManger setting. The correct scenario is to add the wrappers (the Panels) and this should works as expected.

Kind regards,
Maria Ilieva
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Ajax
Asked by
Preetam Ray
Top achievements
Rank 1
Answers by
Maria Ilieva
Telerik team
Share this question
or