Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by raj on Jun 04, 2008 02:48
open dhtmlx forum
problem using split functionality

Hi,

I have dhtmlxgrid version 1.6 and I tried to use dhtmlxgrid with smartrendering, split functionality is working,
but I am getting an error messsage while loading the grid at following location in dhtmlxgrid_splt.js file:

function : sortField()
Line : /* SRND mode */
    if (!c) this._fake._fillers.push(this._fake._add_filler.apply(this._fake,arguments));
Error : 'this._fake._fillers' is null or not an object

The grid was split and loaded but giving the above error message, while scrolling the above error message is coming again and again.
So, can u please help me to solve the above problem?

/Raj


Answer posted by Support on Jun 04, 2008 05:00
The problem can't be reconstructed with local samples.
If problem still occurs for you please provide any kind of sample, or demo link where problem can be reconstructed ( you can send it directly to support@dhtmlx.com )
Answer posted by Trevor on Jun 18, 2008 08:06
I am receiving the same error.  Grid loads and functions but an error is produced every time
Answer posted by Trevor on Jun 18, 2008 08:57
I am receiving the same error.  Grid loads and functions but an error is produced every time
Answer posted on Jun 20, 2008 09:56
In original post problem was caused by usage of grid.clearAll() command before initial loading of data.
If you still have problems with split functionality please provide used code used for grid initialization.