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?
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?