@syncfusion/ej2-treegrid 33.1.49 → 33.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.
@@ -4820,7 +4820,7 @@ let TreeGrid = TreeGrid_1 = class TreeGrid extends Component {
4820
4820
  const portals = 'portals';
4821
4821
  if (!(this.isReact && isNullOrUndefined(this[`${portals}`]))) {
4822
4822
  const isGantt = this['isFromGantt'] && !isNullOrUndefined(this['root'].clearTemplate) &&
4823
- this['root'].chartRowsModule['isGridRowRefreshed'];
4823
+ (this['root'].chartRowsModule['isGridRowRefreshed'] || this['root']['registeredTemplate']);
4824
4824
  if (isGantt) {
4825
4825
  this['root'].clearTemplate(args, index, callback);
4826
4826
  }