Select the first static member of the Tablix and set the property of RepeateOnNewPage to True and the KeepWithGroup property to After.
That's it.
That's it.
javascript
function pageLoad(){
$find("ModalPopupExtender's BehavoirID").add_shown(onModalPopupShown);
}
function onModalPopupShown(){
//set focus here.
}
javascript end