DataGridView - refreshing calculated columns when move from column to column.

  • Thread starter Thread starter Greg
  • Start date Start date
G

Greg

I'm using a DataGridView object bound to an xml datasource. I have
added 2 unbound columns which are populated based on the calculations
of data from other columns. When the data in the other columns is
altered, the calculated columns are only updated when I move to another
row. If I move the focus to another cell within the same row, they are
not refreshed.

What is the best way to force this refresh?

Greg
 

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

Similar Threads


Back
Top