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 is set to 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 ... how can I do that?