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