splitAt hiding columns


Using build 81107, when using the splitAt(1) command, the first column is hidden.



xml



<?xml version="1.0" encoding="UTF-8"?>

 
    img:[rsc/images/img/excel.gif]
  Username
  First Name
  Last Name
  Affiliation
  Phone
  Phone
  Email
 
    1
 
 
 
   
  myusername
  firstname
  lastname
  company
 
 
  myemail@system.com
 




the Script:



mygrid = new dhtmlXGridObject(‘gridbox’);
mygrid.setImagePath("/rsc/codebase2/imgs/");
mygrid.setSkin(“myskin”);
mygrid.setColumnColor("#D6D6D6");
mygrid.preventIECaching(true);
mygrid.loadXML(“rpc/RPC.po?call=RPC&pageaction=searchNewUsers”);
mygrid.enableRowsHover(true,‘grid_hover’);



When I use the above xml with a file for testing, all works well.  But when I get the return from my server the first field is hidden when using the splitAt(1).



Any suggestions on what might cause the problem.  I’ve tested with IE6 and IE8.



 



 

Please find rules of using splitAt() functionality here sales@dhtmlx.com to update your files.