Categories | Question details Back To List | ||
SmartRendering I have a simple xml-based grid. To test the smartrendering I add the following line before the mygrid.loadXML: mygrid.enableSmartRendering(true); After adding the enableSmartRendering I don't have a grid anymore, only the headers show. Firefox gives the following javascript error: ind2 has no properties. Internet Explorer gives javascripterror '1' is empty or not an object. The error is located in the _splitRowAt function of dhtmlxgrid_srnd.js. How can I use the SmartRendering Answer posted on Oct 30, 2007 03:53 I'm not sure about exact reason of problem, it can't be reconstructed from my side, but if you are using dhtmlxgrid from older build - please contact at support@dhtmlx.com and provide your ref. number - I will send you updated js file which solves similar problem, and probably will cover your case as well. Answer posted on Oct 30, 2007 04:02 If problem occurs with latest codebase - please provide any kind of sample where it can be reconstructed ( you can send it to support@dhtmlx.com ) Answer posted by krzak on Nov 28, 2007 15:57 I have the same, ind2 error, line: 23, dhtmlxgrid_srnd.js Answer posted by krzak on Nov 28, 2007 15:59 I have the same, ind2 error, line: 23, dhtmlxgrid_srnd.js Answer posted by Support on Nov 29, 2007 03:38 Which version of dhtmlxgrid do you use? The problem must not appear with latest grid version ( 1.4 build 71022 ) If it occurs for latest codebase - please provide more details about grid initialization code - do you load grid configuration in XML? In which moment enableSmartRendering called? ( any kind of sample where error can be reconstructed would be a great help ) Answer posted by krzak on Nov 29, 2007 14:36 How can I check build number ? Answer posted by krzak on Nov 29, 2007 14:43 Ok I got It. Build 71022. BUT I dont notie this problem with PRO version. For me this is related to standard version of dhtmlxGrid |