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.
 

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