Product Name: dhtmlxSuite
Version: 5.0.2
Edition: Professional
code with error:
dhtmlXGridObject.prototype.selectBlock = function (g, e, c, a) {
e = this.getRowIndex(e);
a = this.getRowIndex(a);
myGrid._CreateSelection(e, g);
myGrid._selectionArea = myGrid._RedrawSelectionPos(myGrid.cells2(e, g).cell, myGrid.cells2(a, c).cell);
myGrid._ShowSelection()
};
“myGrid” ??? I think the correct is “this”
tks