Categories | Question details Back To List | ||
enableSmartRendering Error: using version: dhtmlxGrid_v13_Pro_70414 row has no properties changeRowId("temp_dLoad_13", "1")dhtmlXGrid.js (line 1829) (no name)()dhtmlXGrid_splt.j... (line 334) _askRealRows2(Object entBox=div#gridbox.gridbox _tttag=rows _cttag=cell, null, null, null, Object xmlDoc=XMLHttpRequest async=true mainObject=Object)dhtmlXGrid_srnd.j... (line 349) check()dhtmlXCommon.js (line 37) [Break on this error] row.idd = newRowId; If I comment out the splitAt line below every thing works well ELSE the above error mygrid.init(); mygrid.enableSmartRendering(true); // mygrid.splitAt(2); // INIT myBCCSgrid first otherwise events will not be registered Answer posted by Support on Apr 07, 2008 01:51 Problem already fixed in latest builds of grid, so you can a) update to latest codebase or b) contact us directly at support@dhtmlx.com and provide your ref. number - we will try to provide some kind of patch for your version of grid. |