You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would like to change the background of entire row based on row item.Status, to be Red when is failed and null when success. Due this I can't use the one time OnRowLoading event. Is there any alternative?
If not possible I think the alternative would be set the text in Red. Are two TextBlock with different classes and IsVisible the best way to do the class change?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
-
I would like to change the background of entire row based on row
item.Status
, to be Red when is failed and null when success. Due this I can't use the one timeOnRowLoading
event. Is there any alternative?If not possible I think the alternative would be set the text in Red. Are two
TextBlock
with different classes and IsVisible the best way to do the class change?Beta Was this translation helpful? Give feedback.
All reactions