Fix column

Hi,

is it possible to fix one or more column ?

In my grid, i have many columns.
My 2 first column are “first name” and “last name”.
I want to allow user to horizontal scroller to see all columns. But when the user scroll to the right, the columns “first name” and “last name” stay visible.
Then user can ensure they are editing the good line.

You may try to use splitAt() method.
Here is the workinf example:
dhtmlx.com/docs/products/dht … split.html

In the example linked, there is this line :

<script  src="../../codebase/ext/dhtmlxgrid_splt.js"></script>

but there is not the dhtmlxgrid_splt.js file in the grid library

The functionality is available in PRO version of dhtmlxGrid only.

:frowning:

Thanks for reply
i didn’t view that…