bug on dhtmlxGrid selecting Block

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

You’re right.
Thank you for your note. The problem will be fixed in the next release.

yeah, it works great.