@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.
@@ -6138,11 +6138,11 @@ var TreeGrid = /** @__PURE__ @class */ (function (_super) {
6138
6138
  };
6139
6139
  TreeGrid.prototype.setFrozenCount = function () {
6140
6140
  var persist3 = 'setFrozenCount';
6141
- this.grid["" + persist3].apply(this);
6141
+ this.grid["" + persist3].apply(this.grid);
6142
6142
  };
6143
6143
  TreeGrid.prototype.splitFrozenCount = function (columns) {
6144
6144
  var persist4 = 'splitFrozenCount';
6145
- this.grid["" + persist4].apply(this, [columns]);
6145
+ this.grid["" + persist4].apply(this.grid, [columns]);
6146
6146
  };
6147
6147
  TreeGrid.prototype.isFrozenGrid = function () {
6148
6148
  return this.grid.isFrozenGrid();