I need a DBGrid OnAfterCellClick
问题 I have three DBGrids and three Tables, and two of them are linked with Master Fields and work as expected. When the user clicks on grid-1, it shows three items in grid-2. When the user clicks on grid-2, I want to use Locate to select the Row in grid-3 Problem is that the grid-2 OnCellClick event is fired before the data has changed to the appropriate Row. e.g. Grid-2 Flowers <-- this has focus and Dirt has focus in grid-3 Weeds Trees <-- then I click here Grid-3 Dirt Water Gum <-- and using