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)