diff --git a/layouts/v7/modules/Reports/resources/List.js b/layouts/v7/modules/Reports/resources/List.js
index 8447e40ed9c08f99a3e42573bf2111d8352afd9d..fe9832937f3762edd294555a76f4c48abfcc9cf2 100644
--- a/layouts/v7/modules/Reports/resources/List.js
+++ b/layouts/v7/modules/Reports/resources/List.js
@@ -320,6 +320,7 @@ Vtiger_List_Js("Reports_List_Js",{
                 scrollInertia: 70,
                 mouseWheel: {preventDefault: true}
             };
+			jQuery('.quickPreviewSummary').trigger(Vtiger_Widget_Js.widgetPostLoadEvent);
             app.helper.showVerticalScroll(jQuery('.quickPreview .modal-body'), params);
         });
     },