Hello,
I need help I am trying to compare to cells value in different rows grouped within in a grid. The groups will alway contain only two rows becauase user select two selections from a combox then click on a compare button and it display the result from the first and second selected items in the combox so they can see the difference between the two. I have alreay tried summaryrows it doesn't allow for calculating different between the two, alway highlighting the cells with colors (red) will allow for easy spot of differences.
Any help is surely appreciated.
grid
-----------------------------------
Outter GridView
--------------------
column 1 | column 2 | column 3 | column 4 | column 5
Inner GridViewTemplate (groupBy column 1): will always have two rows of data
------------------
Group 1
column 1 | columns 2 | columns 3 | column 4
Name1 | 98.45 (red) | 35.33 (yellow) | comments data
Name1 | 98.47 (red) | 35.33 (yellow) | comments data
Group 2
column 1 | columns 2 | columns 3 | column 4
Name2 | 100.23(yellow) | 35.33 (yellow) | comments data
Name2 | 100.23 (yellow) | 35.33 (yellow) | comments data
Group 1
column 1 | columns 2 | columns 3 | column 4
Name3 | 45.21(red) | 35.33 (red) | comments data
Name3 | 46.23(red) | 35.89(red) | comments data
If columns 2 or 3 values are different make cell red for that group else make color yellow