inmovilize column

Hi,

Does exists a method to inmovilize or block a column in treegrid? like excel.

Thanks.

Unfortunately the issue is not clear.

Using the enableColumnMove() method you can sign which columns should allow moving, and which are blocked for the moving:

 mygrid.enableColumnMove(true,"false,true,true,true,true,true");

docs.dhtmlx.com/doku.php?id=dhtm … columnmove

If issue still occurs - please, clarify the expected result.