Categories | Question details Back To List | ||
Grid/TreeGrid autosize horizontally and vertically I'm using version 2.1 Professional. I would like the grid to make the columns expand to fit the largest value in the column instead of specifying width (like default html behavior). In there a way to do this? thanks Answer posted by dhxSupport on Sep 30, 2009 03:35 You can use (*) column width. Please find example here http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/10_grids_manipulations/03_grid_auto_width.html Answer posted by R.Blanchard on Oct 05, 2009 08:50 Is it possible to use this in a treegrid in split mode? I'd like all my columns to possibly adjust to fit the largest content. Also, if possible to use this with setColumnMinWidth() to set a minimum for each column. I've tried this but I'm getting some javascript errors. Answer posted by Stanislav (support) on Oct 08, 2009 07:53 Unfortunately it can be used against left-side columns in split mode. |