SoftwareEng
Senior member
Hi guys,
I have a grid (DataGridView) bound to a BindingSource to display data from a table. How can I get at the row in the BindingSource based on a row in the grid? E.g. what does the grid's row #3 correspond to in the BindingSource?
I need this to read values for a particular row, and I don't want to get them as cell values. I need to access the underlying row object in the BindingSource.
Thanks!
I'm in VB.NET 2005.
I have a grid (DataGridView) bound to a BindingSource to display data from a table. How can I get at the row in the BindingSource based on a row in the grid? E.g. what does the grid's row #3 correspond to in the BindingSource?
I need this to read values for a particular row, and I don't want to get them as cell values. I need to access the underlying row object in the BindingSource.
Thanks!
I'm in VB.NET 2005.