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
205
Grid changes
posted

Hello, all.  I have a XamDataGrid bound to viewmodel data.  Clicking an individual row of the grid causes the data of the active record to populate detail fields in an "edit pane" below the grid.  With the pane, a user can edit the individual data for the row.  Clicking a save button in the edit pane (or just changing focus to another control) causes the data for the active row to change in the grid.  This is not true if a data column is bound to a WPF combobox in the edit pane.  Why is this?  My viewmodel implements INotifyPropertyChanged, so I am seeing the value change, and of course the combobox data has changed, but changing focus does not change the grid row value.  Any help is greatly appreciated.  Thanks!