I just stumbled over an oddity in TJvDbGrid (which probably also applies to the standard Delphi TDbGrid): Including dgTab in the grid's Options resulted in TAB moving the cursor to the next row rather than to the next column as expected. It turns out, that this is due to the (protected) property TabStops which for … Continue reading When TAB jumps to the next row