I did an upgrade from 2.6 to 3.5 today. I simply placed the dhtmlx_pro_full contents into /dhtml
I made no other changes to anything else in my project (which has been functioning very, very well for two years).
Now my grids do not initialize with the following error:
Timestamp: 4/3/2013 3:11:14 PM
Error: TypeError: this.cellType[i] is undefined
Source File: genesis.kenmarkopt.com/dhtml/dhtmlx.js
Line: 8978
This is line 8978:
dhtmlXGridObject.prototype._init_point_bcg=dhtmlXGridObject.prototype._init_point;dhtmlXGridObject.prototype._init_point = function(){if(!window.dhx_globalImgPath)window.dhx_globalImgPath = this.imgURL;this._col_combos=[];for (var i=0;i<this._cCount;i++){if(this.cellType[i].indexOf(“combo”)==0)
Any ideas?