I am using a XamComboEditor.
I binded ItemsSource to a DataView.
When I update one row from the dataview, the values in the combo list are updated correctly, but not the current text displayed in the control itself.
To get the control to update the text displayed, I need to set the ItemsSource to null, and then to set it back to my DataView.
I am looking for the official recommended way to get the update correctly in the control other than nulling and resetting the value, which is bad coding. I don't want to create an ObservableCollection from the items in my dataview, this will create a copy of my data, and it will slow down the whole software.
Thank you.
Hello,
I am just checking if you require any further clarification on the matter.
Sincerely,
Petar, MCTS
Developer Support Engineer II
Infragistics
www.infragistics.com/support