diff --git a/docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md b/docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md index aab98464..fe149c77 100644 --- a/docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md +++ b/docs/grid/api/gridcolumn_properties/gridcolumn_adjust_property.md @@ -33,5 +33,9 @@ const grid = new dhx.Grid("grid_container", { - The `adjust` property has a priority over the `autoWidth` property if it is specified either for the grid or for the column, and over the `width` property of the column. - The width the columns will be adjusted to also depends on the values of the `minWidth/maxWidth` properties if they are set for a column. +:::note +Note that if you change the font type, size, or offsets, the correct calculation of the `adjust` property of a cell may not be guaranteed. +::: + **Related article**: [Autosize for columns](grid/configuration.md#autosize-for-columns) diff --git a/docs/whatsnew.md b/docs/whatsnew.md index ef343e49..58be8e0c 100644 --- a/docs/whatsnew.md +++ b/docs/whatsnew.md @@ -8,6 +8,17 @@ description: You can explore what's new in DHTMLX Suite and its release history Before updating DHTMLX to the latest version, please check the [Migration to Newer Versions](migration.md) guide to avoid possible breakdowns. +## Version 9.1.6 + +Released on June 23, 2025 + +### Fixes + +- Chart. The issue with displaying of the Treemap chart with groups +- Grid. The `cellValue` parameter of the column `template` property has different values depending on whether a column is editable +- Grid. The issue with the tooltip showing in case of a custom HTML content taking the full cell's space +- Grid. The `textarea` editor saves changes made in a cell on closing instead of rendering the initial value + ## Version 9.1.5 Released on June 5, 2025