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
450
DataGrid Refresh Issue (in GroupBy mode)
posted

Hello, I have a datatable with data as below:

 

Employee Manager
Emp1 Manager 1
Emp2 Manager 1
Emp3 Manager 1
Emp4 Manager 2
  • Grid is Grouped by Manager Column.
  • Selected Emp3 data, edited his Manager from Manager 1 to Manager 2 in a separate window.
  • Saved the data back to Data Table.
  • Grid displays the update correctly, Emp3 manager is Manager 2, but still under the Manager 1 group.

I am using pure MVVM, I cant do code behind to refresh the grid. Also, grid data source binding mode is set to TwoWay.

Any help is greatly appreciated.