I have a number of TStringGrid components in a Form. I want to move between the StringGrids using tab.
The problem is that when the goTabs is activated, then it nicely moves between the cells of the StringGrid , but as soon as the bottom right cell is selected, the next tab hit will select the upper left cell of the same StringGrid .
How can I override this?
thanks.