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

Exclude Controls from Loading Panel

5 Answers 136 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
PATRICIA SEIFERT
Top achievements
Rank 1
PATRICIA SEIFERT asked on 15 Aug 2011, 08:10 PM
I have a RadAjaxPanel that contains several buttons. I want to exclude some controls from triggering the loading panel.
Is this possible?

 

5 Answers, 1 is accepted

Sort by
0
Pavlina
Telerik team
answered on 16 Aug 2011, 01:36 PM
Hi Patricia ,

To achieve the desired functionality I suggest that you use RadAjaxManager instead of RadAjaxPanel and set LoadingPanelID for the desired updated controls:
http://www.telerik.com/help/aspnet-ajax/ajax-ajaxmanager.html

Additionally, you can also review the help article below:
http://www.telerik.com/help/aspnet-ajax/ajax-show-hide-loadingpanel.html

All the best,
Pavlina
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
PATRICIA SEIFERT
Top achievements
Rank 1
answered on 16 Aug 2011, 02:24 PM
Thank you very much that is what I needed!!!

I do have one more question.

I have a table with several controls. The button that I have set to trigger the Loading panel is in the bottom cell of the table.
Right now When I click the button the loading icon only shows over that button, but what i want is the loading panel to cover the entire table.
How do I do this?

0
Pavlina
Telerik team
answered on 16 Aug 2011, 04:56 PM
Hi Patricia Seifert,

Please refer to the online resources below which elaborate on this subject and see if they help to achieve your goal:
http://www.telerik.com/help/aspnet-ajax/ajax-center-loadingpanel.html

http://www.telerik.com/community/code-library/aspnet-ajax/ajax/how-to-make-a-radajaxloadingpanel-span-over-the-whole-page.aspx

Greetings,
Pavlina
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
PATRICIA SEIFERT
Top achievements
Rank 1
answered on 18 Aug 2011, 03:46 PM
That works for showing the loading panel on the whole page but I want it to just cover a panel not the entire page.
0
Pavlina
Telerik team
answered on 19 Aug 2011, 04:43 PM
Hello Patricia Seifert,

Try setting the button which you have set to trigger the Loading panel as initiator and the panel which you want the loading panel to cover as updated control through the RadAjaxManager settings:
<telerik:AjaxSetting AjaxControlID="Button">
    <UpdatedControls>
        <telerik:AjaxUpdatedControl ControlID="Panel" LoadingPanelID="RadAjaxLoadingPanel1" />
    </UpdatedControls>
</telerik:AjaxSetting>

and let me know if it works as expected.

Regards,
Pavlina
the Telerik team

Thank you for being the most amazing .NET community! Your unfailing support is what helps us charge forward! We'd appreciate your vote for Telerik in this year's DevProConnections Awards. We are competing in mind-blowing 20 categories and every vote counts! VOTE for Telerik NOW >>

Tags
Ajax
Asked by
PATRICIA SEIFERT
Top achievements
Rank 1
Answers by
Pavlina
Telerik team
PATRICIA SEIFERT
Top achievements
Rank 1
Share this question
or