@wavemaker/app-ng-runtime 11.8.0-next.27314 → 11.8.0-next.27317

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.
@@ -491,6 +491,9 @@
491
491
  if (!this.multiselect) {
492
492
  this.items.length = 0;
493
493
  }
494
+ if (!this.infScroll && !this.onDemandLoad) {
495
+ this.callDataGridMethod('selectRows', this.items);
496
+ }
494
497
  this.selectedItems = this.callDataGridMethod('getSelectedRows');
495
498
  if (this.selectedItems.length) {
496
499
  this.selectedItemChange.next(this.selectedItems);