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!
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!