Updating ONE cell in a datagrid

  • Thread starter Thread starter The Bear
  • Start date Start date
T

The Bear

Hi,
I need to update one cell in a datagrid. There are 3 columns involved. A
calculation is performed on the first 2 cells. Once that value is obtained
I
would like to insert it into the third column.

The calculation has been performed so I have the row and colums. I'm just
having a hard time getting that result into the 3rd column.

Any thoughts on this would be great

thanks,
T.B.
 
TB,

The indexer for the data grid for Windows Forms will allow you to set a
value in a cell given the row and the column that you want to set. Will
this work for your needs?

Hope this helps.
 
Back
Top