@acorex/data-grid 6.5.61 → 6.5.62

Sign up to get free protection for your applications and to get access to all the features.
@@ -1086,6 +1086,7 @@ class AXDataGridComponent {
1086
1086
  //
1087
1087
  }
1088
1088
  gridSelectRow() {
1089
+ debugger;
1089
1090
  if (this.gridApi) {
1090
1091
  if (this.selectRow &&
1091
1092
  this.selectRow.length > 0 &&