Updating a 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.
 
hi
you can do this step before you do the databuinding , what you need to do
is to add a calculated datacolumn to the datatable that holp the datat " i
am assuming that you put your data in datatable " then you can easly
create a dataview for that table and buind that dataview to the datagrid
you have... hope that would help
Mohamed Mahfouz
MEA Developer Support Center
ITworx on behalf of Microsoft EMEA GTSC
 
Back
Top