I am using the following code but the hidden column with index 0 is still visible. am I doing something wrong here?
XML:
light
0true
3
Script:
mygrid = new dhtmlXGridObject(‘gridbox’);
mygrid.setImagePath("…/codebase/imgs/");
mygrid.preventIECaching(true);
mygrid.loadXML("…/Get.aspx");
Just change the order of commands
3
0true