Grid columns split

Currently there is a possibility to split the grid into two parts using the leftSplit property. Is there a way to split the grid into three parts so we have frozen columns on the left and right and only the middle part is affected by overflowing width?

1 Like

Currently, such functionality is not supported, but I’ve sent your request to the dev team, so the probable solution may appear in future updates.

1 Like

Hello Nikolai.

We have extended the possibility to use several frozen parts in the dhx.Grid (left, right, top and bottom) in the latest dhx.Suite update (v8.0).
You can test it in the following snippet:
https://snippet.dhtmlx.com/u78w6gz9
Please, download the latest available dhx.Suite build from your client’s area to get this functionality.

1 Like