Hi,
I'm experiencing an odd issue with a webgrid (embedded inside a webasyncrefreshpanel) inside a panel that is displayed using the AJAX modal popup extender. When I first open the panel, the webgrid is missing. After closing the panel and re-opening, the webgrid is visible. Then when I run server side code from the panel that binds the webgrid to a dataset, the webgrid disapears. When I close the panel and re-open, the data is there. This behavior does not happen with a regular asp.net gridview. Is there some settings I can tweak on my webgrid to fix this? Any help is much appreciated. Thanks.
This might be a bug ... can you try to use the UpdatePanel instead of the WebAsyncRefreshPanel and see if the same thing happens.
Thanks
Jason
Any luck with this issue, I am seeing the same behavior.