andyhill Posted April 14, 2020 Posted April 14, 2020 For the benefit of others: I have found that traversing a Data Bound Grid does not necessarily Sync the Grid Row with the bound DataSource every time, particularly when breaking out of the grid code via some sort of event. My work around:- DataSource.DataSet.Edit; DataSource.DataSet.Post; This forces the Grid to ReSync the highlighted Row with the Bound DataSource. Quote
Sherzod Posted April 14, 2020 Posted April 14, 2020 2 minutes ago, andyhill said: This forces the Grid to ReSync the highlighted Row with the Bound DataSource. UniDBGrid1.RefreshCurrentRow(); ? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.