I Have the following scenario:
GridA in layout -ok
GridA onrowselect - ok
GridA onmouseover open PopupA - ok
PopupA contains GridB -ok
BUT GridB events (onrowselect, onmouseover) not firing (Parse ok as no error in Firebug)
(GridB onmouseover should open PopupB)
is this a known issue or have I missed something?