Skip to content

DHTMLX Suite 9.3

Latest

Choose a tag to compare

@mafanya23 mafanya23 released this 17 Feb 12:32
· 44 commits to master since this release

Released on February 17, 2026

Review of the release on the blog

New functionality

Updates

  • Chart. Export module. The pdf() and png() export functions return a promise of data export
  • Grid. Export module. The pdf(), png(), xlsx() and csv() export functions return a promise of data export
  • Grid. The functionality of column header filters is updated:
    • the setValue() method (of the getHeaderFilter() API), can take a Date object or an array of Date[] objects as a parameter
    • the value parameter of the callback functions of filterChange and beforeFilter events can be a Date object or an array of Date[] objects
    • the parameters of the customFilter callback function can be Date objects or arrays of Date[] objects

Fixes

  • Grid. The inability to set a single date in the range mode is fixed
  • Grid. Performance issues that occurred while filtering large data sets via inputFilter

New samples

Grid

Tree

Window