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
1690
How to refresh xamGrid row (MVVM) ?
posted

Hi,

I have a xamGrid binded to IEnumerable collection. Clicking on grid row I open a dialog window (childWindow) where user can change some values of the current record. I would like to change some cells in current grid row after dialog window is closed. I am able to change values in the collection but grid still displays old values. 

How can I do it ?

Thanks,

Ed