Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Scott on Jun 08, 2007 18:30
open dhtmlx forum
dhtmlxGrid: Smart Rendering and Serialization problem.

When I have smart rendering turned on, if my rowset ends up being less than the size of the view port, serialization doesn't return any rows.  It appears that when only a few rows are in a smartRendering enabled grid, this.rowsBuffer[0] is never loaded, which then causes leni to be 0 in this line of code of the _serialise function:

    var leni=(this._dload)?this.rowsBuffer[0].length:rCol.length;


Is there a work around for this? I'd rather not have to turn off smart rendering when a small data set is returned.

Thanks.
Answer posted on Jun 22, 2007 16:40
Problem confirmed and fixed. Fix will be available as part of oncoming build
if you need it ASA - please contact directly at dhtmxl@scand.com - I will send you some kind of update.
Answer posted by Andrei (Support) on Dec 07, 2014 02:21

Having solved the problem mentioned above, you may also look through the possible related problems with javascript tree ajax and java pdf to excel.