DataGridViewTextBoxCell binging

  • Thread starter Thread starter ATerentjev
  • Start date Start date
A

ATerentjev

Guest
Dear Gurus!
There is DataGridView and selectedRow - its current row.
I make a row editor. It would be desirable to use a DataGridView with two columns - the name of the field in the table and its value, I want to bind each value ( with BindingSource object) to the related field of selectedRow.
Is it possible?

Continue reading...
 
Back
Top