Hi,
I experience a similar problem.
My layout is as following:
1. UserControl ("A") with AspxPageControl ("B") (EnableCallBacks="true")
2. UserControl ("C") resides on a page in the "B"
3. AspxGridView ("D") is placed in "C"
I'd like to check (within "C") whether "D" has records to show and to set it visibilty accordingly. I tried to implement PreRender event of "C", but it never fires (or propagated).
Any ideas?