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

Conditional Updating via RadAjaxManager

1 Answer 95 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Kevin Warnke
Top achievements
Rank 1
Kevin Warnke asked on 17 Mar 2009, 08:39 PM
You can only have 1 RadAjaxManager on a page.

When you use the RadAjaxManager to make asyc calls there's only 1 Event handler (because there is only 1 RadAjaxManager).

However, that means that whenever you use the AjaxRequest event it's going to try to update the 

AjaxUpdatedControl

 

associated to the RadAjaxManager.

This isn't working for me because the panel being updated is located in a asp:Wizard page that is not currently visible.

Any thoughts?  I basically want to make different AjaxRequests on the same page and only update certain panels when certain requests are executed.

Can I manually tell a panel to "update"?  This would probably solve the problem since I could take out the HTML block that wires up the automatic update.

Thanks,
Kevin

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 19 Mar 2009, 04:14 PM
Hello Kevin,

Could you please elaborate a bit on your scenario? Are you invoking ajax request explicitly on the client as shown here? In this case you can  pass different parameters to the ajaxRequest() method and handle the controls updating in the server AjaxRequest event accordinglly.
Sending us a sample illustrating what you are trying to achieve would be of help.

Regards,
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
Kevin Warnke
Top achievements
Rank 1
Answers by
Iana Tsolova
Telerik team
Share this question
or