@acorex/data-grid 6.5.63 → 6.5.64

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.
@@ -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
  }