I'm not sure if this should be RadAjax, RadDock, or RadListView. I have been trying to use the RadListView to page RadDocks. The ultimate goal is to page 4 RadDocks at a time. The RadDocks have RadAjaxPanels inside of them. The ajax panels are used to update content inside the RadDock items. When I call the Ajax Request on the RadAjaxPanel the first time, the Ajax Request works fine. Any subsequent times, the page is reloaded (postback). We expect that we should continue to get Ajax Requests. Any help would be appreciated.
Thank you Deyan Enchev! Due to the complexities of controls that we are loading inside of the RadDocks, we have elected to remove the RadDocks and the RadListView. Instead we just implemented our own paging. The tips and tricks page was helpful in understanding what was going on though. Thanks for your help!
Hi, The RadDock control is one of the specific controls that need additional attention when AJAX updates are needed. The following help article contains tips and trick on how you can achieve the desired functionality: http://www.telerik.com/help/aspnet-ajax/ajax-tips-and-tricks.html
We are currently defining our control prefixes in our web.config, fyi. I have attached a sample of the issue.