Column Move and Smart Rendering

Hi, I have an JSF application using dhmtlxgrid and smart rendering. It seems that dhtmlxgrid is very smart, when column is moved, it automatically change the column orders for the data coming from xml. However, in my case, I have already sync the client object with backbean object, the data source providing xml file already changed to the new order. So I don’t need the client side dhtmlxgrid to move the column data again. Is there a way to turn it off? Thanks,

It can be done only with code modification. Please open ticket at support.dhtmlx.com/ and we’ll provide you custom version of dhtmlxgrid_mcol.js

I would also like this capability.