I am attempting to learn about TNavigator and mostly all is GREAT.
For testing I am using the Customer Table defined in Tutorial1, the important point is that the Primary key (and only index) is Cust_no which equates to RowID.
If I Insert a new row and ApplyUpdates the row is successfully inserted but the Cust_No (RowID) is not updated on DBGrid. This is understandable, but while clicking Refresh updates the Cust_No, DBGrid now shows the first row in the grid as selected.
Basically, I want the Row I just inserted to be selected. How can I do this?