DataGrid calculate difference between values in two databound cells
- by justMe
Hello!
In my small application I have a DataGrid (see screenshot) that's bound to a list of Measurement objects. A Measurement is just a data container with two properties: Date and CounterGas (float).
Each Measurement object represents my gas consumption at a specific date.
The list of measurements is bound to the DataGrid as follows:
…