/* Product Name: dhtmlxSuite Version: 5.2.0 Edition: Professional License: content of this file is covered by DHTMLX Commercial or Enterprise license. Usage without proper license is prohibited. To obtain it contact sales@dhtmlx.com Copyright UAB Dinamenta http://www.dhtmlx.com */ /** * @desc: set rowspan with specified length starting from specified cell * @param: rowID - row Id * @param: colInd - column index * @param: length - length of rowspan * @edition: professional * @type: public */ dhtmlXGridObject.prototype.setRowspan=function(rowID,colInd,length){ var c=this[this._bfs_cells?"_bfs_cells":"cells"](rowID,colInd).cell; var r=this.rowsAr[rowID]; if (c.rowSpan && c.rowSpan!=1){ var ur=r.nextSibling; for (var i=1; ipos) r._childIndexes[z]=r._childIndexes[z]-ind; } /** * @desc: enable rowspan in grid * @type: public * @edition: professional */ dhtmlXGridObject.prototype.enableRowspan=function(){ this._erspan=true; this.enableRowspan=function(){}; this.attachEvent("onAfterSorting",function(){ if (this._dload) return; //can't be helped for (var i=1; i