Hi, All:
I can select a row to highline it, but then when I select another row, the original background color of that row did not show up.
In my Grid, I define:
SelectedItemStyle-BackColor="navy" SelectedItemStyle-ForeColor="white" AlternatingItemStyle-BackColor="yellow" AlternatingItemStyle-ForeColor="black">
When I select the alternative row, this row is highlined with "navy" color, which is good. However, when I select another row, the background color of that alternative row, which is the row I highlined before, did not return back to "yellow". Instead, it is white color, which is not as expected.
How to make that alternative row color return back to "yellow", as defined.
Thanks.
Stanley
I can select a row to highline it, but then when I select another row, the original background color of that row did not show up.
In my Grid, I define:
SelectedItemStyle-BackColor="navy" SelectedItemStyle-ForeColor="white" AlternatingItemStyle-BackColor="yellow" AlternatingItemStyle-ForeColor="black">
When I select the alternative row, this row is highlined with "navy" color, which is good. However, when I select another row, the background color of that alternative row, which is the row I highlined before, did not return back to "yellow". Instead, it is white color, which is not as expected.
How to make that alternative row color return back to "yellow", as defined.
Thanks.
Stanley