G
Guest
Hi,
I have a datagridview to which I bind a collection, something like
TranslateGrid.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?
I have a datagridview to which I bind a collection, something like
TranslateGrid.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?