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

loadingpanel in a RadSlidingPane

2 Answers 36 Views
Splitter
This is a migrated thread and some comments may be shown as answers.
Steven
Top achievements
Rank 1
Steven asked on 25 Feb 2012, 12:28 AM
is it possible to have a loadingpanel in a radslidingpane activated by a button in the radslidingpane while trying to load a radgrid?

I've tried all sorts of things and have been unsuccessful.

thanks

2 Answers, 1 is accepted

Sort by
0
Dobromir
Telerik team
answered on 27 Feb 2012, 10:43 AM
Hi Steven,

Correct me if I am wrong, but as I understand you need to display a loading panel during an AJAX call to bind RadGrid that is located inside RadSlidingPane. To achieve this I would recommend you to use RadAjaxManager to ajaxify the sliding pane's content. however, since it is not possble to direcly ajaxify the sliding pane, you need to use another container control to wrap the content and set this control as updated control.

For your convenience I have attached a sample page demonstrating the above mentioned approach.

Greetings,
Dobromir
the Telerik team
If you want to get updates on new releases, tips and tricks and sneak peeks at our product labs directly from the developers working on the RadControls for ASP.NET AJAX, subscribe to their blog feed now.
0
Steven
Top achievements
Rank 1
answered on 27 Feb 2012, 05:57 PM
thanks, I got it to work, the main difference between  mine and yours is I was using a <telerik:RadAjaxManagerProxy instead of <telerik:RadAjaxManager
Tags
Splitter
Asked by
Steven
Top achievements
Rank 1
Answers by
Dobromir
Telerik team
Steven
Top achievements
Rank 1
Share this question
or