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

RadAjax + RadGrid

1 Answer 74 Views
Ajax
This is a migrated thread and some comments may be shown as answers.
Michael
Top achievements
Rank 2
Michael asked on 09 Dec 2008, 05:33 PM
This is a really simple problem that I can't seem to get a quick solution for...

I want to display the loading panel on the rad grid after a user selects an item from the dropdownlist.  The problem here is the initial selection because when the page is loaded, the rad grid does not exist yet.  It's only populated after someone selects an item from the drop down list. So if I wire up the ajax manager to say "when you select an item, update rad grid"... well it will; however, since there is no html element on the page, you won't see the loading image.

My initial theory to get around this, would be to wrap the rad grid in a panel and set the panel's height to 75px.  This fixed the loading image problem... I now see it; however, the bottom of the rad grid is cut off.

Can someone help me get around this problem?  Thanks!

1 Answer, 1 is accepted

Sort by
0
Kevin Babcock
Top achievements
Rank 1
answered on 12 Dec 2008, 02:43 AM
Hi Michael,

You can set the RadAjaxLoadingPanel to display at a specific position, which is probably a good solution for your scenario. Check out this demo for details on how to do this.

I hope this helps. If you have further questions, please don't hesitate to ask.

Regards,
Kevin Babcock
Tags
Ajax
Asked by
Michael
Top achievements
Rank 2
Answers by
Kevin Babcock
Top achievements
Rank 1
Share this question
or