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
Hi Ed,
what do you mean by saying "change some cells in current grid"? If you mean the underlying data source objects or the cells more like a UI Elements ?
Regards,
Konstantin ,
I change data object - go through collection, locate current record by ID and then update some fields. I also call RaisePropertyChanged() for the collection. However changed values are not displayed in the grid row.