When Changing An RxTxType For An Device In The DataGrid, An Error Is Thrown:
System.Windows.Data Error: 1 : Cannot create default converter to perform 'two-way' conversions between types 'SIGENCEScenarioTool.Models.RxTxTypes.RxTxType' and 'System.String'. Consider using Converter property of Binding. BindingExpression:Path=RxTxType; DataItem='RFDeviceViewModel' (HashCode=39293304); target element is 'DataGridCell' (Name=''); target property is 'CellContent' (type 'String')
System.Windows.Data Error: 5 : Value produced by BindingExpression is not valid for target property.; Value='SBandRadar' BindingExpression:Path=RxTxType; DataItem='RFDeviceViewModel' (HashCode=39293304); target element is 'DataGridCell' (Name=''); target property is 'CellContent' (type 'String')
When Changing An RxTxType For An Device In The DataGrid, An Error Is Thrown: