I tested the hotfix, but the client events for the popup window still doesn't fire. I need this, because I'm using an EditorTemplate, and the popup window doesn't show in center of the screen, maybe this is another issue. I'm solving this with the OnEdit event of the grid where I put
$(e.form).closest(".t-window").data("tWindow").center();
and works
Thanks for your response