DataGridXL Releases

Released: Apr 12, 2024

Updates in v2.0.21

Features

  • Improved compatibility with JavaScript frameworks.
  • Added locales to Github repo.

Released: Dec 8, 2023

Updates in v2.0.20

Features

  • preventReadonly: true is now set as default value.

Released: Nov 17, 2023

Updates in v2.0.19

Fixes

  • Fixed bug where cell editor content would clear after fast double click event (using trackpad).
  • Fixed bug where cell cursor would disappear after cell editor close.
  • Fixed bug where 'dblclick.cell' event would fire even if initial clicked upon cell differed from the last clicked cell.
  • Removed 'isTouchDevice' condition after 'setSelection'. Will now always call 'setCellEditorText'.

Released: Nov 16, 2023

Updates in v2.0.18

Fixes

  • Fixed bug where desktops/laptops with a touch screen monitor were mistakenly seen as a touch-first device.
  • Added a 'preventReadonly' option to data grid config to prevent cell editor from being read-only.

Released: Mar 18, 2023

Updates in v2.0.17

Fixes

  • Fixed unwanted autofocus on cell editor when grid was not active.

Released: Mar 12, 2023

Updates in v2.0.16

Fixes

  • Fixed "activate" and "deactivate" events.

Released: Mar 6, 2023

Updates in v2.0.15

Fixes

  • Fixed bug where cell editor input events fired in case of inactive grid.

Released: Mar 3, 2023

Updates in v2.0.14

Features

  • Added new "change" event listener.

Fixes

  • Fixed selection bug after row delete.

Released: Dec 2, 2022

Updates in v2.0.13

Features

  • Improved the new 'destroy' method; it now also removes DOM nodes outside the main container.

Released: Nov 25, 2022

Updates in v2.0.12

Features

  • Added 'destroy' method that removes event listeners and removes DGXL instances from memory.