@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.
@@ -9665,7 +9665,9 @@ class ExcelExport$1 {
9665
9665
  }
9666
9666
  property = isNullOrUndefined(property) ? Object() : property;
9667
9667
  property.dataSource = new DataManager({ json: dtSrc });
9668
- property.query = args['query'];
9668
+ if (this.parent.aggregates.length > 0) {
9669
+ property.query = args['query'];
9670
+ }
9669
9671
  return property;
9670
9672
  }
9671
9673
  /**