Hello one and all, I have two problems this morning on my gate.
1 - images that allow sorting on the grid does not appear, however, the path is well informed
and images exist in the directory. when i load my grid, i have this 2 error informations:
“NetworkError: 404 Not Found - localhost/Ordre%20de%20Mission/v … t_desc.gif”
“NetworkError: 404 Not Found - localhost/Ordre%20de%20Mission/v … rt_asc.gif”
2- I want to show checkbox in my grid, when the cell value is 1
I proceeded as follows:
putting ch on setColTypes method
rid = new dhtmlXGridObject('gridbox');
grid.setImagePath("vue/dhtmlxGrid/codebase/imgs/");
grid.setHeader("nom,iscurrent,islocked,debut,fin");
grid.attachHeader("#text_filter,,,,");
grid.setInitWidths("200%,200%,200%,200%,200%");
grid.setColTypes("ed,ch,ch,ed,ed");
grid.setColAlign("center,center,center,center,center");
grid.setColSorting("connector");
grid.setSkin("dhx_skyblue");
grid.init();
and until now the checkboxes do not appear, I rather the following errors:
“NetworkError: 404 Not Found - localhost/Ordre%20de%20Mission/v … m_chk0.gif”
item_chk0.gif
“NetworkError: 404 Not Found - localhost/Ordre%20de%20Mission/v … m_chk1.gif”
I need help from you.