I am trying to figure out what is the best way to calculate a total value of DataGrid column in wpf.
- I´m using dataset to display data from sql in my DataGrid( and tableApapter for update)
- I want the info to update dynamically when I edit numbers in the DataGrid
- I want the total sum to display in label/textbox or footer below the DataGrid
What is the best practice to do this ?