Need help with DataGrid

laloush83

Member
Joined
Oct 26, 2005
Messages
9
Programming Experience
Beginner
I have a DataGrid, when I add a new row and enter the data in it I need to get the value entered in some specific column.. how can I do that?
 
Need Help with DataGrid

Ok.. Sorry my weak english is not helping me..
Well I have a datagrid and a label, the datagrid have three columns, one of these columns is numeric.. when the form loads the datagrid is empty and the label.text = "0" .. every time I add a new row to the datagrid and enter a number in the numeric column .. this number should be added to the amount existing in the label.text .
hope I was clear enough this time.
 
Back
Top