DataGridView , Expression and Calculation Problem [modified]
Visual Basic
1
Posts
1
Posters
0
Views
1
Watching
-
Hi, I have a Datatable which has a couple of Columns with "Expression" property set. I have set that Datatable as a DataSource to a DataGridview. Now when I am trying to set a value into one of the column for all the Rows in a loop, it is not calulating the values as set in "Expression" on a single row. if there are 10 rows then for 9 rows it shows correct value but 1 row it doesn't calulate at all I checked the loop index but everything is fine. I am also doing some custom calculations on the "CellValueChangedEvent". Is this because of the event handled separately ?? Can anyone help me on this ? please thanks in advance
KSS
modified on Wednesday, March 12, 2008 11:10 AM