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?

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.