@syncfusion/ej2-treegrid 25.1.41 → 25.2.3

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.
@@ -5832,11 +5832,11 @@ let TreeGrid = TreeGrid_1 = class TreeGrid extends Component {
5832
5832
  }
5833
5833
  setFrozenCount() {
5834
5834
  const persist3 = 'setFrozenCount';
5835
- this.grid[`${persist3}`].apply(this);
5835
+ this.grid[`${persist3}`].apply(this.grid);
5836
5836
  }
5837
5837
  splitFrozenCount(columns) {
5838
5838
  const persist4 = 'splitFrozenCount';
5839
- this.grid[`${persist4}`].apply(this, [columns]);
5839
+ this.grid[`${persist4}`].apply(this.grid, [columns]);
5840
5840
  }
5841
5841
  isFrozenGrid() {
5842
5842
  return this.grid.isFrozenGrid();