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

RadNotification & RadAkaxLoadingPanel

2 Answers 139 Views
Notification
This is a migrated thread and some comments may be shown as answers.
Andrew
Top achievements
Rank 1
Andrew asked on 15 Aug 2011, 02:24 PM
Hi there,
I have RadGrid on my page with custom CommandItemTemplate(Several RadButtons). When I select a row in my grid and click on any button RadNotification is shown. But I can still select a row... How to put RadAjaxLoadingPanel over my RadGrid that will disappear after RadNotification is closed?

I want next scenario to happen:
- user select row
- click on button
- RadAjaxLoadingPanel activates & RadNotification is shown
- user close RadNotification & RadAjaxLoadingPanel is closing

p.s. Sorry for my english
 

2 Answers, 1 is accepted

Sort by
0
Accepted
Marin Bratanov
Telerik team
answered on 16 Aug 2011, 04:23 PM
Hello Andrew,

Please examine the following help article: http://www.telerik.com/help/aspnet-ajax/ajax-show-hide-loadingpanel.html. It explains how to explicitly show a RadAjaxLoadingPanel over a certain control. Since you are already able to show the notification you can use the same event to show the RadAjaxLoadingPanel as well. In order to hide the panel you can use the RadNotification's OnClientHidden event.


Regards,
Marin
the Telerik team

Browse the vast support resources we have to jump start your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.

0
Andrew
Top achievements
Rank 1
answered on 18 Aug 2011, 02:22 PM
Thanx a lot !!!
Tags
Notification
Asked by
Andrew
Top achievements
Rank 1
Answers by
Marin Bratanov
Telerik team
Andrew
Top achievements
Rank 1
Share this question
or