Unnecessary updation of bound collection in a datagridview

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?
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top