After binding the data to GridView, the background color of a specific row was changed through row formatting.
But there are two problems.
First, I can only see the changed background color if I click on the row.
I want the background color of the row to remain changed by the cell value even if it is not focused.
Second, when I scroll, the changed color remains where the background color of the row has changed.
ex) 1step -> 3 row
1column
1row x >> backColor : red(changed)
2row o >> backColor : white
3row o >> backColor : white
>>>>> down scoll
1column
4row o >>backColor : red ???
5row o >>backColor : white
6row x >>backColor : red(changed)
>>>>> up scroll
1column
1row x >> backColor : red(changed)
2row o >> backColor : white
3row o >> backColor : red??