Start Building Professional
Web Apps Today


 
Categories Question details Back To List
Question  posted by Jonathan Ekwempu on Aug 27, 2007 21:54
open dhtmlx forum
too much recursion error

I get "too much recursion error" while using setRowHidden function. The error is always pointing to:

if (this._dload){var ind = this.rowsBuffer[0]._dhx_find(id);if (ind>=0){this._askRealRows(ind);return this.getRowById(id);};}else if(this.pagingOn){var ind = this.rowsBuffer[0]._dhx_find(id);if (ind>=0){var r = this.createRowFromXMLTag(this.rowsBuffer[1][ind]);this.rowsBuffer[1][ind] = r;return r;}else{return null;};}else if (this._slowParse)return this._seekAndDeploy(id);return null;};this.getRowByIndex = function(ind){if(this.rowsCol.length<=ind){if((this.rowsCol.length+this.rowsBuffer[0].length)<=ind)

Is there any solution to this problem? It seems you cannot hide or show rows dynamically?
Answer posted by Stanislav on Sep 05, 2007 18:42
This command really not work in "smart rendering mode"
This is known issue, we will try to update it in next version, but for now such functionality available in default loading mode only.