<

What's New in DHTMLX v2.6 - Complete List

New Components
  • dhtmlxChart - Pure JavaScript charts that allow you to generate different types of dynamic charts on a web page: line, spline, area, bar, and pie.
  • dhtmlxForm - Ajax-based form component with data validation capabilities and the ability to save user input on the server side.
  • dhtmlxDataView - Highly customizable UI component that displays a collection of objects according to a user-defined template (replaces dhtmlxFolders).
Touch Device Support

See the details on related page.

Changes in Existing Components

dhtmlxGrid v2.6

What's new:

  • RTL support
  • dhx_web skin
  • live update through dataProcessor
  • onDhxCalendarCreated event
  • export to PDF and Excel
  • ability to define "per page" options in the WT paging
  • ability to drag-n-drop items with equal IDs between treegrids
  • selectAll in split mode
  • master_checkbox will trigger dataProcessor

What's fixed:

  • incorrect width of grid in sub-container
  • incorrect sorting of dates in groupBy mode is fixed
  • filtering after grouping is fixed (filtering against rows in closed groups)
  • group stat updating after row deleting
  • blocking onBeforeContextMenu
  • group by and math operations in split mode
  • incorrect button state for paging with toolbar and empty dataset
  • setCellExcellType in case of treegrid
  • forceFullLoading is ignoring buffer setting
  • duplication of user-data during drag-n-drop
  • multi-frame drag-n-drop in FF
  • tab from last cell in splitted grid
  • rowspan deleting in last column of the grid
  • print view of footer in IE in split mode
  • incorrect footer width in split in IE
  • incorrect cntr values after sorting in srnd mode
  • duplicate onXLE in some cases
  • incorrect result of adjustColumnSize in srnd mode
  • partial grid space filling in case of auto-size columns
  • incorrect edit for formatted fixed values inside math based column
  • not closing external editor during destruction
  • stat_total after column moving
  • incorrect serialization when enableMathSerialization enabled
  • persistent formulas for fixed math cells
  • error during key navigation attempt in an empty grid
  • split and navigation in treegrid
  • dnd of item with same ID but from different grid
  • selectAll in srnd mode
  • validation and column moving
  • unexpected onRowSelect event call for blocked selection attempts
  • stablesorting and rowspan

dhtmlxTree v2.6

What's new:

  • RTL support
  • dhx_web skin
  • live update through dataProcessor

What's fixed:

  • save|open states and srnd mode
  • fixed: child attribute in JSON serialization
  • multi-frame drag-n-drop in FF
  • reload data in existing branch
  • problem in multilevel search against JSON based tree
  • fixed issue with dnd in scrollable tree

dhtmlxTreeGrid v2.6

What's new:

  • RTL support
  • dhx_web skin
  • live update through dataProcessor
  • stable sorting is added for the TreeGrid

What's fixed:

  • incompatibility with combo column type
  • mass deleting in splitted treegrid
  • missed xml object in onXLE of treegrid
  • fixed regression in dynamic loading during filtering

dhtmlxTabbar v2.6

What's new:

  • RTL
  • dhx_web skin
  • ability to use views in the cells
  • modified: setLabel - the tab width is automatically increased if it's necessary

What's fixed:

  • incorrect z-index of closing button
  • incorrect data reloading for Ajax loading mode
  • memory leak during tab deleting
  • regression in hideTab API
  • auto-size after loading content by ajax
  • issue with IE6 and auto-height mode

dhtmlxCombo v2.6

What's new:

  • RTL support
  • dhx_web skin
  • confirmValue() method that can be called on form submit

What's fixed:

  • fixed: IE range selection
  • incorrect input width when document has doctype
  • incorrect input width for combo with "checkbox" and "image" types
  • incorrect behavior in different rare loading scenarios
  • incorrect input name generation (regression)
  • incorrect auto sub-loading
  • fixed issue with setFilteringParam and data caching
  • fixed unwanted client side filtering in case of server side filtering mode
  • fixed bug in setFormatedDate method; incorrect parsing of dates with "space" delimiter.

dhtmlxCalendar v2.6

What's new:

  • setFormatedDate and getFormatedDate supports time
  • dhx_web skin

What's fixed:

  • issue with several calendars and timepickers
  • fixed "false" in IE while the background image is being loaded
  • buttons titles when language is changed
  • bug with global variable use is fixed
  • issue with empty value for setDate method is fixed
  • issue with 0000-00-00 input date is fixed

dhtmlxContainer v2.6

What's new:

  • views added
  • attachScheduler added
  • attachMap added

What's fixed:

  • container's resize logic improved
  • detachObject improved
  • moveContentTo improved
  • atachURL improved
  • destructor improved

dhtmlxAccordion v2.6

What's new:

  • RTL support
  • dhx_web skin

What's fixed:

  • isOpened imrpoved
  • unload improved

dhtmlxLayout v2.6

What's new:

  • RTL support
  • dhx_web skin
  • onResizeFinish event (external resize)
  • text for collapsed cells
  • tooltips for collapsed cells
  • onContentLoaded event
  • show/hide arrows
  • attach header/footer

What's fixed:

  • headers improved
  • expanding/collapsing improved
  • resize/sizing logic improved
  • unload improved
  • fullscreen rendering improved
  • progress bar improved

dhtmlxMenu v2.6

What's new:

  • RTL support
  • dhx_web skin

What's fixed:

  • context menu rendering improved
  • look'n'feel improved
  • rendering for annoying IE6 improved
  • hrefs mode improved
  • clearAll improved
  • unload improved
  • adding items with script improved
  • items rendering improved
  • align improved

dhtmlxToolbar v2.6

What's new:

  • RTL support
  • dhx_web skin
  • renderSelect for buttonSelect: preven list options selecting for last clicked item
  • openAll for buttonSelect: open list by clicking the whole button, not by the arrow only
  • getParentId for list options
  • autodetect of visible area for button select (open to top if no space at bottom)
  • userdata added
  • events from xml: action="functionName" - call functionName before onClick handler
  • spacer: ability to place some items on the left side and some - on the right side
  • hidden xml attribute

What's fixed:

  • look'n'feel improved
  • align improved
  • items rendering improved
  • buttonInput selection fix
  • slider rendering improved
  • clearAll improved
  • unload improved

dhtmlxWindows v2.6

What's new:

  • RTL support
  • dhx_web skin
  • max dimension added

What's fixed:

  • event system imroved
  • skin improved
  • attachURL improved
  • header rendering improved
  • performance improved
  • minimize/maximize parked window behaviour fixed
  • center parked window fixed
  • rendering for annoying IE6 improved
  • IE+selection rendering fixed
  • IE/FF+closing window fixed
  • onContentLoaded improved
  • browser's resize callback+dhtmlxwindow's reaction improve
  • keep-in-viewport + window resize fix

dhtmlxEditor v2.6

What's new:

  • improved i18n

dhtmlxDataProcessor v2.6

What's new:

  • dp.ignore() method
  • ability to block data sending from onbeforedatasending event

What's fixed:

  • incorrect processing of changes which were done while related row was in update process
  • fixed non dropping in-progress flag for custom response types
  • deleting rows in grid with split