@syncfusion/ej2-treegrid 24.2.5 → 24.2.7

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -10045,7 +10045,9 @@ var ExcelExport$1 = /** @__PURE__ @class */ (function () {
10045
10045
  }
10046
10046
  property = isNullOrUndefined(property) ? Object() : property;
10047
10047
  property.dataSource = new DataManager({ json: dtSrc });
10048
- property.query = args['query'];
10048
+ if (this.parent.aggregates.length > 0) {
10049
+ property.query = args['query'];
10050
+ }
10049
10051
  return property;
10050
10052
  };
10051
10053
  /**