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

Loading Panel Issue

1 Answer 48 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Ritzie
Top achievements
Rank 1
Ritzie asked on 03 Mar 2009, 12:38 PM

         Hello All,

           I am using a RadGrid with the AjaxLoadingPanel.On the second level of my RadGrid when I expand my Grid,I have a column as View ,what happens in my code is when a user will click on the View linkbutton a Ajax Modalpopup opens and in that popup there is some information.

This works for 2-3 times but after that when I click the view linkbutton the grid displays a loading panel.I don't want a loading panel at that time .

In short
               Grid->expand/collapse->2nd level->view linkbutton->popup.
I can't understand why does the loading panel gets displayed when I click the view linkbutton.

Please help me
Thanx in advance
Ritzie

1 Answer, 1 is accepted

Sort by
0
Accepted
Sebastian
Telerik team
answered on 06 Mar 2009, 09:13 AM
Hello Ritzie,

To hide the loading panel for the grid conditionally in your particular case, consider intercepting the OnRequestStart event of your RadAjaxManager/RadAjaxPanel, check whether the id of eventTarget argument contains this for the view button and use the hide method to stop the loading panel display.

Review the following topic from the online documentation for more details how to show/hide RadAjaxLoadingPanel explicitly.

Kind regards,
Sebastian
the Telerik team

Instantly find answers to your questions on the new Telerik Support Portal.
Check out the tips for optimizing your support resource searches.
Tags
Grid
Asked by
Ritzie
Top achievements
Rank 1
Answers by
Sebastian
Telerik team
Share this question
or