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
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 )
I am receiving the same error. Grid loads and functions but an error is produced every time
I am receiving the same error. Grid loads and functions but an error is produced every time
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.