DataObjects/core.sql
[Pman.Core] / Pman.Download.js
index 8a0e66e..3057f14 100644 (file)
@@ -227,10 +227,9 @@ Roo.apply(Pman.Download.prototype, {
             t.params['csvTitles['+i+']'] = c.header;
             
         });
-        this.grid.ds.fireEvent('load', this.grid.ds, {
-            params : this.params
-            
-        });
+        if (this.grid.loadMask) {
+            this.grid.loadMask.onLoad();
+        }
         this.params.limit = 9999;