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

WebUserControl, RadAjaxPanel, custom event and updating

1 Answer 55 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 23 Feb 2009, 07:12 PM
Hi RAD experts,

I am having a little trouble doing something that worked fine in MS.AJAX in RAD controls

This is what i have:

<Page>
<RadAjaxPanel>
<WebUserControl>
<RadAjaxPanel>
...Custom control stuff...
</RadAjaxPanel>
</WebUserControl>
...Stuff...
</RadAjaxPanel>
</Page>

now when i change stuff in the "Custom control stuff" WebUserControl section, i fire a custom event. before i could just listen on that event, re-bind my UI in the ...Stuff... section and do a .Update() on the UpdatePanel that lived there before the RadAjaxPanel. All was dandy and great. then i saw the light and switched to RAD controls. super cool UI control pack! but now my form doesn't work anymore. nothing happens when the event used to fire.

Any feedback?

Kind regards,
A very frustrated developer. :-)

1 Answer, 1 is accepted

Sort by
0
Iana Tsolova
Telerik team
answered on 25 Feb 2009, 09:24 AM
Hi Daniel,

Unfortunately RadAjax does not support nested RadAjaxPanels. I suggest that you leave only the outer RadAjaxPanel and remove the one or use RadAjaxManager to ajaxify your content.
Check out the below topics which should help you integrate RadAjax in your scenario:

http://www.telerik.com/help/aspnet-ajax/ajxajaxmanager.html
http://www.telerik.com/help/aspnet-ajax/ajxcontrolsinajaxpanelandajaxsettings.html

Give it a try and let me know if further questions arise.

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