Categories | Question details Back To List | ||
problem with Sub Grid Hi there, I've been trying to use sub grids but I always get the same error: aeditor has no properties aeditor = this.cells4(r.childNodes[i]);aeditor.setValue(val) http://my-serv.toto.local/dvp/dhtmlxgrid.js Line 263 Even with the sample which is working on dhtmlx's website, I get the error message Any idea? Thx Answer posted by Support on May 22, 2008 04:00 The most common reasons of such issue - the code for specific excell is missed. Please be sure that related js file included in your HTML page for "sub_row_grid" => codebase/excells/dhtmlxgrid_excell_sub_row.js for "grid" => codebase/excells/dhtmlxgrid_excell_grid.js If all necessary files included and problem still occurs - please provide any kind of sample where issue can be reconstructed ( you can send it directly to support@dhtmlx.com ) |