Monday, October 31, 2011

Problem with RadLoadingPanel


Problem: When you are using RadAjaxManager and RadLoadingPanel for RadGrid ,Sometimes the Loading Panel Icon appears forever.
For example, when You click on the next page, the LoadingPanel Icon appears forever.
But some days later, it runs smoothly.

Solution: Make sure you are not showing the loading panel manually over the updated control OnRequestStart client-side event. If this is the case, please make sure that you hide it OnResponseEnd client-side event.

More Help >>

No comments:

Post a Comment