WPFDevelopers icon indicating copy to clipboard operation
WPFDevelopers copied to clipboard

使用DataGrid时vs控制台报错

Open wanghaodong24 opened this issue 1 year ago • 0 comments

System.Windows.Data Error: 1 : Cannot create default converter to perform 'one-way' conversions between types 'System.Windows.Media.Brush' and 'System.Windows.Media.Color'. Consider using Converter property of Binding. BindingExpression:Path=Background; DataItem='DataGridRow' (Name=''); target element is 'SolidColorBrush' (HashCode=5096933); target property is 'Color' (type 'Color') System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='#FFFFFFFF' BindingExpression:Path=Background; DataItem='DataGridRow' (Name=''); target element is 'SolidColorBrush' (HashCode=5096933); target property is 'Color' (type 'Color')

wanghaodong24 avatar Jan 12 '24 02:01 wanghaodong24