Tabbing Error

Hello, I’m trying to override the default tabbing behavior. I’m using the following code.
_mygrid.attachEvent(“onTab”, function (mode) {
//do something custom here
return false;
});

This works fine until I started using splitAt(). If I’m in the last column the onTab event is ignored and it automatically takes me to the first cell in the next row in edit mode. Is there a way to prevent this?

Thanks
Scott

The issue is confirmed and will be fixed in the next version of dhtmlxgrid.
If the solution is needed ASAP, please, open ticket at support.dhtmlx.com

Thanks sematik, if your next release is within a month or 2, then we can wait.