Categories | Question details Back To List | ||
Grid Hi, How to delete a column in the grid. Answer posted by dhxSupport on Mar 05, 2009 08:05 You should attach file dhtmlxgrid_mcol.js and use mygrid.deleteColumn(index) (availible at PRO version only). Please see example here http://dhtmlx.com/docs/products/dhtmlxGrid/samples/rows_columns_manipulations/pro_grid_cols.html |