pisceswzh
Well-known member
- Joined
- Mar 19, 2007
- Messages
- 96
- Programming Experience
- 1-3
Hi, there,
I have a problem with the grid control.
I have a grid control on a windows form and I fill this grid with a table.
And now I want to periodically update the data in this table from the database, since a bunch of users are using this application, so if it doesn't automatically update, the data in the grid may not be the data in the database.
It will be easy if I just reload the grid, but everytime I reload it, the user's current selection of a row of the grid will jump off. And I don't want this happen.
Any solution? Thanks!
I have a problem with the grid control.
I have a grid control on a windows form and I fill this grid with a table.
And now I want to periodically update the data in this table from the database, since a bunch of users are using this application, so if it doesn't automatically update, the data in the grid may not be the data in the database.
It will be easy if I just reload the grid, but everytime I reload it, the user's current selection of a row of the grid will jump off. And I don't want this happen.
Any solution? Thanks!