Updating a value in a column in a datarow but not affecting RowState

  • Thread starter Thread starter Brad Mann
  • Start date Start date
B

Brad Mann

Is there a way that will allow a column to be updated within a DataRow
without affecting the RowState?

I have a Datatable filled with data, but need to be able to update a column
with a new value for display purposes, but do not want it to affect the
RowState.

Any idea?

Thanks,
Brad
 

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

Back
Top