Multiple RadAjaxPanel's invoked on pageLoad causes errors
We are having a problem with our implementation of the RadAjaxPanels and are looking for some assitance and help understanding why we are seeing the behavior we are seeing. We also think there may be a...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Hello Nathan, I prepared a sample project for you illustrating different implementations of the desired functionality. Please try it on your end and let me know if any questions arise. Note that when I...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Hi, I'm attempting to do something similar -- I have a page that when it has loaded I want to trigger multiple panels to update simultaneously. One panel may take 3 seconds to load (specific data...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Hi Jed, I suggest that you try using RadAjaxManager with enabled queueing for your case (RadAjaxManagerWithQueueing.aspx page of the sample). However, all loading panels will hide just after all the...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Thanks for your quick response. Just to clarify, I did get the closest results I was looking for using RadAjaxManager with queuing -- but the Ajax requests are still queued of course. Is there any way...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Hi Jed, I am afraid that scenario with multiple requests at the same time -- all finishing independently of each other cannot be achieved with RadAjaxManager. ANd as you already found, the possible...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Thanks for the timely response again. I've gotten the implementation to work as suggested, with one minor caveat. The panels are below the fold near the bottom of the web page and when the page is done...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
To add on to that, my pageLoad javascript function (which houses the ajaxrequest calls) is getting called 2-3 times when the page loads. I've tried to force it so it'll only get executed once but I'm...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Hello Jed, I am afraid that this behavior is rather expected. Because you are trying to scroll the page after the ajax request has already been started. In order the page scroll position to be...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
I appreciate all of the help you've been providing me Iana . I still have a question though, or rather, I just want to confirm that there's no way to retain the user's scroll position if they scroll...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Hello Jed, In this case, is it possible to show only one loading panel over the whole page? Modified sample attached. Sincerely yours, Iana the Telerik team Instantly find answers to your questions on...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Hi, I'm experiencing an issue in the ClientEvents-OnResponseEnd event notification for RadAjaxManager when using ajax queueing with ajax manager version v2009.1.527.35. What I'm trying to do is pull up...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Hi Steve, You can find the answer of your last post in the other ticket open on this subject. Sincerely yours, Iana the Telerik team Instantly find answers to your questions on the new Telerik Support...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Edited- my problem was unrelated and has been solved, so I removed it.
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Hi Nathan, I reviewed your code and I observed you are using RadAjaxManager to ajaxify RadAjaxPanel controls. In this scenario, you can remove the RadAjaxManager at all. Then invoke the ajax request...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Jed,Would you be able to post the solution you got working? I am trying to get something similar working and am having the same issues with the ajax request running in queue and not at the same time....
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Hi Greg, Could you please explain the exact scenario you are implementing and the functionality you need to achieve. Due to the fact that the forum is a bit outdated and contains a lot of posts it will...
View ArticleMultiple RadAjaxPanel's invoked on pageLoad causes errors
Thanks Maria, I've created a new thread here - http://www.telerik.com/community/forums/aspnet-ajax/ajax/multiple-ajax-calls-on-pageload.aspx Greg
View ArticleFull MSI Package?
i am trying to download the data access from my product page, but all i get is a 404 error.
View ArticleWhen to set RadGrid.ExportSettings.FileName
Thanks for the reply. This is pretty much exactly what we tried. Seeing that this should work pushed me to dig further. Our grids are created dynamically from code behind and we also use our own...
View Article