Categories | Question details Back To List | ||
dhtmlx grid save column order I would like to remember each users grid column order. What are methods to allow them to show/hide a column, and re-arrange column order. When they login they have there last changed layout. My code is in VB.net or C# Thank you Answer posted by Alex (support) on Jan 11, 2010 07:10 There are methods: moveColumn and setColumnHidden http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_movecolumn http://dhtmlx.com/dhxdocs/doku.php?id=dhtmlxgrid:api_method_dhtmlxgridobject_setcolumnhidden grid API allows to save a restore columns (uses cookie) order http://www.dhtmlx.com/docs/products/dhtmlxGrid/samples/16_rows_columns_manipulations/07_pro_column_states_save.html |