I have a DataGridView control that is being populated by a database
manually, not by being data bound). However, I need to run an
algorithm based on a few columns of data for every row in the grid,
and then store a new value in the last column of the row in the data
grid (the column name is ProposedDistrict). Could someone please tell
me how to do this. I have little experience with DataGridViews,
especially trying to change the value of a cell by code. I don't know
how to parse the rows and I don't know how to put the value (string)
in place once I have ran it though my logic routine.
Thanks!