Unnecessary updation of bound collection in a datagridview

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,
There is a datagridview to which I bind a collection, something like
TranslateDataGridView.DataSource = translationCollection.
The grid consists of textboxes.
But when I update the textboxes in the grid, the data in the
collection(translationCollection) is also getting updated which I don't need.
How can this be prevented?
 
Back
Top