Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jim on Sep 20, 2007 01:52
open dhtmlx forum
dhtmlxGrid column size

Is it possible to have a fixed column width and  turn off the ability for the user to resize the columns with their mouse?
Answer posted on Sep 20, 2007 14:24
You can disable resizing for necessary columns by

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

argumet of method - list of true|false values for related columns, true - allow resizing for column, false - deny resizing for column.