Hello,

My user control contains DataGrid. DataGrid contains child
user controls.

I am not getting postback events in the child controls. I
get a breakpoint hit in main control's Page_Load, but not
in the children.

Any suggestions?
Thanks!