Categories | Question details Back To List | ||
problem init grid with html table > Hi Everybody ! > I'm very surprise when discover dhtmlxgrid from Internet, it's very useful, eye opener and so on... > Now when i use 'init grid with html table' i have a problem,the first time when the page loaded, it has a error (done with error show on statusbar), but when i refresh page then the error not show, now it is ok. > Sure the first time when page loaded the error always display. > Can U help me???? > Thanks a lot. Answer posted by Support on Sep 08, 2008 06:12 Such problem most probably related to code caching and caused by the moment when data loaded and commands called. Please be sure that you have included all necessary js files in correct order dhtmlxcommon.js dhtmlxgrid.js dhtmlxgridcell.js dhtmlxgridstart.js Also, please be sure that if you not using dhtmlXGridFromTable command, the grid object will be created only on document.load event, so any grid related methods must be called after such moment If issue still occurs - please provide any kind of sample where it can be recnostructed. You can send it directly to support@dhtmlx.com |