-
2
Answers
-
Last Activity:
long time ago,
Bertl
Your question has been submitted and is awaiting moderation.
Thank you for reporting this content, moderators have been notified of your submission.
I open an jQuery Dialog with UrlUtils.PopUpUrl(...) from a custom DNN-Modul with typical list of table-data and showing details when user clicked one line.
All works fine: the page with internal tabs (asp:Multiview) shows in jQuery UI dialog.
When I clicked my tabs postback is done, I change the view, all works fine.
BUT, if the underlaying list in main-module is to large (approx. more then 200 lines), after postback in details-window the window repositioning at the top of windows (approx. -200px). The Javascript codes seems to be the same, only the position is not correct. Load time problem?