I just want to show the RadAjaxLoadingPanel with client side and not used AJAX , just like a loop in javascript, I have tried the follows method, but did not worked.
    
Does the RadAjaxLoadingPanel support this ? or only can used with AJAX ?
Thanks!
                                | function Test() { | 
| var currentLoadingPanel = $find("<%= RadAjaxLoadingPanel1.ClientID %>"); | 
| currentLoadingPanel.show("<%= Panel1.ClientID %>"); | 
| for (var i = 0; i < 1000; i++) { | 
| //test code ... | 
| } | 
| currentLoadingPanel.hide("<%= Panel1.ClientID %>"); | 
| } | 
Does the RadAjaxLoadingPanel support this ? or only can used with AJAX ?
Thanks!
