Click here to Skip to main content
15,898,222 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have a datagrid that displays a table from a database vertically as follows :

Scores1     | 75
Scores2     | 100
Difference  | ?


I have to added a new row called "`Difference`" which should display the difference between the `Scores1` row value & the `Scores2` row value.

(P.S : No negative values from the difference)

How to achieve this in WPF?
Posted

1 solution

Hi,

Check the following link for your solution. You willl get the idea to do the operation.
How to calculate row / col from grid position?

Thanks
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900