JailbreakiPhone3310r
New Member
I am using a \[code\]<asp:UpdatePanel ID="AjaxUpdatePanel" runat="server">\[/code\]to load a radgrid on the page\[code\]<telerik:RadGrid ID="StatisticsGrid" runat="server">\[/code\]that takes about 10 seconds to load, but instead of loading the page and showing a "loading in progress" text or image it loads the page once the radgrid is ready, having a pageload of 10 seconds.Do you know how I can avoid this and showing an elegant loading text/image ?It should work also when rebinding the grid.Thanks in advance!