Grid autoheight bug on v9.1.3

When we set autoheight on the grid, the wrapping works but the row height is not adjusted. We are using Suite v9.1.3 Professional. Please refer to snippet below:

https://snippet.dhtmlx.com/104qvn7o

The v9.1.1 mentioned some bug fixes on the autoheight here but this did not work.

The v9.1.4 has fixes on the autoheight config but the problem is our version latest is 9.1.3. Is there any workaround for this?

Hello,

Yes, this issue was fully resolved in version 9.1.4. I recommend updating to the latest version if possible.

If upgrading is not an option, here’s a workaround for grid cells using custom CSS:

.dhx_grid-cell__content_auto-height,
.dhx_data-wrap,
.dhx_grid-row {
	height: auto !important;
}

.dhx_grid-row {
	display: flex;
}

Here is an example: DHTMLX Snippet Tool

Unfortunately, there is no simple solution for header cells.

Hi,

I’m experiencing the same issue. I tried the custom CSS that was provided, and it works but it causes glitches when scrolling down.
Here is an example: DHTMLX Snippet Tool

Thanks in advance for your help!

Hello,

Thanks for sharing the snippet. Unfortunately, there’s no stable workaround for this issue. I recommend upgrading to version 9.2