merianos
New member
- Joined
- Aug 7, 2007
- Messages
- 3
- Programming Experience
- 5-10
Hello all . . .
I have a question about DataGridView.
I have in a form a datagridview and some textbox elements.
All of them are binding in the same data source and I have create a CurrencyManager to show the same data in all of them.
Still no problem . ..
The problem is that i can't select a row immediately in DataGridView and at the same time to change the values of the textboxes tho show the same data with the DataGridView selected row.
For example :
if i add a new record in the database how to select the last row of the datagridview that contains the new record data ? ? ?
Thanks a lot . . . .
I have a question about DataGridView.
I have in a form a datagridview and some textbox elements.
All of them are binding in the same data source and I have create a CurrencyManager to show the same data in all of them.
Still no problem . ..
The problem is that i can't select a row immediately in DataGridView and at the same time to change the values of the textboxes tho show the same data with the DataGridView selected row.
For example :
if i add a new record in the database how to select the last row of the datagridview that contains the new record data ? ? ?
Thanks a lot . . . .