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
195
Cell Value does not update from source after exiting EditMode.
posted

I have a common data source, that I can open multiple xamDataGrid views with.  When I edit a value in one grid, it updates the data source, and all the other grids reflect the change.  Now if the second grid edits the same value in the source data set, it is not updated in the cell value of the first grid, but updated in the local grid, and the data source is updated.  If I try to edit the same value in the first grid, the second grid does not reflect the update.  If I open a third grid on the data, but do not edit that value, it reflects the lastest change from whichever other grid changes the value.  Once the grid edits a value, it does not receive any updates on that value from other sources.

 

Anybody help with this issue?