Categories | Question details Back To List | ||
Split grid problem Dear DHTMLX, I have a problem with the grid. If I split the grid, then save sizes to cookie and then load them from cookie the layout will be totally messed up. You can easily reproduce the behaivour. In your split grid sample (frozen_columns/pro_grid_split.html) just add after loadXML the code: mygrid.saveSizeToCookie("tmp"); mygrid.loadSizeFromCookie("tmp"); Now the code should be: <script> ... mygrid.init(); mygrid.enableColumnMove(true); mygrid.setSkin("modern"); mygrid.splitAt(2); mygrid.loadXML("grid.xml"); mygrid.saveSizeToCookie("tmp"); mygrid.loadSizeFromCookie("tmp"); </script> You will notice that the grid layout will be broken. Thank you, Cosmin Popescu Answer posted by dhxSupport on Sep 04, 2009 03:18 What version of dhtlxGrid do you use? Similar promblem was fixed at the latest version. Answer posted by Cosmin Popescu on Sep 04, 2009 05:23 Hello, I am using dhtmlxSuite 2009 Rel.1 (DHTMLX 2.1) Professional edition build 90226/90316 Regards, Cosmin Popescu Answer posted by dhxSupport on Sep 04, 2009 06:44 Please contact support@dhtmlx.com directly and we will send you fixes. |