Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
425
ItemsSource Bind to DataView - Refresh
posted

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.

Parents
No Data
Reply Children
No Data