Skip to content

DHTMLX Suite 8.0

Compare
Choose a tag to compare
@vashkinazi vashkinazi released this 11 Apr 07:55
· 413 commits to master since this release

Released on February 24, 2023

New functionality

Common features

Styling

Chart

Colorpicker

Combobox

Form

Form controls

Grid

  • Now the user can clear date values in the cell
  • The ability to configure drag-n-drop of multiple rows (Pro version)
  • The ability to control the process of data filtering (new beforeFilter event)
  • Now the sorting icon will also appear after sorting data via the data.sort() method
  • The ability to configure the datePicker editor of a cell by passing most of properties of DHTMLX Calendar to the columns.editorConfig property
  • The ability to fix bottom rows and right columns using the corresponding bottomSplit and rightSplit properties (Example)

Layout

Message

  • The ability to close a message box (new close() method)
  • The ability to set margin between the node and tooltip (new margin property of the tooltip)

Slider

Timepicker

Toolbar

  • DatePicker control. The ability to let the user enter the date via the input (new editable property)
  • DatePicker control. New properties: valueFormat, disabledDates, mark, mode, thisMonthOnly, timeFormat, timePicker, weekNumbers, weekStart
  • The ability to set focus on an Input (new setFocus() method)

TreeCollection

TreeGrid

Updates

Combobox

  • The addOption() method is updated (new join parameter)

Form

Form. CheckboxGroup control

  • Now it is possible to hide/show not only the whole control but also its separate checkboxes:
  • Now it is possible to enable/disable and check visibility not only of the whole control but also of its separate checkboxes:

Form. Container control

Form. RadioGroup control

  • Now it is possible to hide/show not only the whole control but also its separate radio buttons:
  • Now it is possible to enable/disable and check visibility not only of the whole control but also of its separate radio buttons:

Form. Select control

  • Now it is possible to enable/disable and check visibility not only of the whole control but also of its separate radio buttons:

Form. Spacer control

Grid/TreeGrid

Message

  • The position property of the tooltip is extended by the "left" and "top" values