Categories | Question details Back To List | ||
dynamically add column in dhtmlxgrid Hello, Can you please tell me how we dynamically add the column in dhtmlxgrid. is it possible or not if it is possible then please tell me the link of example how we add the column . Waiting for reply regards Suraj Answer posted by dhxSupport on Dec 29, 2009 05:00 You can add new column in grid with insertColumn() method. http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_insertcolumn Example is available here http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/16_rows_columns_manipulations/11_pro_grid_cols.html |