This question is locked. New answers and comments are not allowed.
Hi,
I am using RadGridView and I want to change the background color of a row. The rows have details about customers. I press the button of selected customer and this button send an email to the selected customer. If the email sends OK I want that the background color of this specific customer row will be change to green otherwise to red. Etch row has a different background color dependent if sending the email to this specific customer send ok (green) or with error (red).
I know I should have a property that will return the wanted color (red/green) and the click button row something like this :
GridViewRowStyle
<Property="Background" Value="{Binding Status}">
How can I implement this ?
I am using RadGridView and I want to change the background color of a row. The rows have details about customers. I press the button of selected customer and this button send an email to the selected customer. If the email sends OK I want that the background color of this specific customer row will be change to green otherwise to red. Etch row has a different background color dependent if sending the email to this specific customer send ok (green) or with error (red).
I know I should have a property that will return the wanted color (red/green) and the click button row something like this :
GridViewRowStyle
<Property="Background" Value="{Binding Status}">
How can I implement this ?