Declined
Last Updated: 21 Jan 2015 09:51 by Phillip Moore
Phillip Moore
Created on: 05 Jun 2013 18:18
Category: Ajax
Type: Bug Report
0
RadListView for paging RadDocks that contain RadAjaxPanels cause postbacks instead of ajax calls.
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.
3 comments
Phillip Moore
Posted on: 12 Dec 2013 15:23
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!
ADMIN
Deyan Enchev
Posted on: 12 Dec 2013 15:10
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
Phillip Moore
Posted on: 05 Jun 2013 18:19
We are currently defining our control prefixes in our web.config, fyi.

I have attached a sample of the issue.