Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by amhicraig@yahoo.com on Dec 20, 2007 15:21
open dhtmlx forum
locking first column to be non-resizable

I want to lock the first column of my grid.I know the split feature.But i am not looking for that.I just want the first column to not be resizable....Meaning if we try to resize my using the mouse on the column header it should not allow the resizing.

Answer posted by Support on Dec 21, 2007 02:56
grid component allows to configure , which columns can be resized and which not

    grid.enableResizing("false,true,true,true");

parameter of function - list of flags for each column, true - allow resizing, false - deny resizing