Questions about the grid

Hi,



Some question before (perhaps) buying dhtmlxGrid



1) After moving columns, grouping, … can the user save the grid by sending it to the server ? And after that, can he reload the grid and retrieve it as he save it ?



2) Can he save the grid as just HTML code or XML code (usefull il we want to display datas as graphs) ?



3) Is it possible to have more one level for grouping coluims ?



Thanks for your answers

  1. After moving columns, grouping, … can the user save the grid by sending it to the server
    Grid can be serialized back to XML, which can be used later to load grid with data. Serialized XML allows to include info about column order - so moved column can be stored. Grouping is fully client side operation it doesn’t affect serialization and can’t be stored in such way.

    Also the grid allows to store current order of column in cookies
        dhtmlx.com/docs/products/dhtmlxT … ndex.shtml