C
C Glenn
I have both a DataGrid and collection of data editing controls within a
form connected to the same table within the same DataSet with a
CurrencyManager. But they don't remain in sync with one another. I
expected that when I moved the row pointer within the grid that the
controls would point to the same row. But changing row within the grid
does not automatically change the CurrencyManager.Position.
How do you handle this?
form connected to the same table within the same DataSet with a
CurrencyManager. But they don't remain in sync with one another. I
expected that when I moved the row pointer within the grid that the
controls would point to the same row. But changing row within the grid
does not automatically change the CurrencyManager.Position.
How do you handle this?