dhtmlxgrid checkbox and date column

Hello, I have a trouble with the eXcell format “ch” and “dhxCalendar” its not works, the columns values appears on blank.



This is my xml configuration and data:

---------------------------------------------------------------DATA.XML

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









light













Sales

Shipping

10

20

30



Author

Check

check2











Model 1

100

399

0

0





Model 2

50

649

0

0





MOdel 3

70

877

0

0







AND MY JSP IS:









































function doInitGrid(){

mygrid = new dhtmlXGridObject(‘mygrid_container’);



mygrid.setImagePath(“dhtmlxGrid/codebase/imgs/”);

mygrid.loadXML(“datos/datos.xml”);

mygrid.attachEvent(“onEditCell”,doOnCellEdit);

mygrid.attachHeader("#text_filter,#select_filter");

}





PLEASE HELP ME !!!


Hello,


in case of dhxCalendar - there is the issue in the xml. Please, use


check2


instead of


check2


The “ch” can’t cause any problems, except one thing… Please, check the checkbox images are in the dhtmlxGrid/codebase/imgs/ folder. There must be item_chk0.gif and item_chk1.gif images

Thanks !!! problem solved. I review all urls of files and found many errors.