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

RadAjaxPanel - Multiple Client Side Requests

2 Answers 93 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Brian Mains
Top achievements
Rank 1
Brian Mains asked on 14 May 2010, 01:34 PM
Hello,

I was wondering if it's possible to set something up like this using the RadAjaxPanel or RadAjaxManager: http://www.pageflakes.com/

Since the RadAjaxPanel can refresh its content using a client-side ajaxRequest() method, I thought that wouldn't be much of a challenge.  I have a UI that's like the following, for testing purposes.

RadAjaxPanel
    Grid
RadAjaxPanel
    Grid
RadAjaxPanel
    Grid
RadAjaxPanel
    Grid

However, when there are multiple panels and multiple calls to ajaxRequest, even though each call is to a different panel, only the last one succeeds.  I changed the code sample to use the RadAjaxManager, but I am still getting the same issue...

Any ideas how to set this up?  The key is I don't want to render data initially, but in client side page load, I want all of this to happen so that the user isn't waiting for the long rendering time.

Thanks.

2 Answers, 1 is accepted

Sort by
0
Brian Mains
Top achievements
Rank 1
answered on 14 May 2010, 01:51 PM
OK, here is the answer.  I should have looked a little more: http://www.telerik.com/community/forums/aspnet-ajax/ajax/multiple-radajaxpanel-s-invoked-on-pageload-causes-errors.aspx
0
Iana Tsolova
Telerik team
answered on 14 May 2010, 02:08 PM
Hello Brian,

With the RadAjaxManager, you can achieve your goal by increasing the RequestQueueSize property. Find more information on it here.

I hope this helps.

Regards,
Iana
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
Tags
Ajax
Asked by
Brian Mains
Top achievements
Rank 1
Answers by
Brian Mains
Top achievements
Rank 1
Iana Tsolova
Telerik team
Share this question
or