@acorex/data-grid 6.5.63 → 6.5.64

Sign up to get free protection for your applications and to get access to all the features.
@@ -1115,7 +1115,7 @@ class AXDataGridComponent {
1115
1115
  }
1116
1116
  }
1117
1117
  else {
1118
- if (this.keyField && node.data[this.keyField] === item[this.keyField]) {
1118
+ if (this.keyField !== 'null' && node.data[this.keyField] === item[this.keyField]) {
1119
1119
  select = true;
1120
1120
  }
1121
1121
  }