Hi ,
I have Xam Data grid in one View, & Xceed Property Grid in another view. When ever user selects a row in the Data grid . that row is populated in the property grid, where user can edit values.
The Problem i have is when the user edits the values , i need to refresh the grid as well to show the updated values. Please help me on this task.
Attached the image of how the screen looks like.
Hi Team
Any Info on the above question.
Hello ,
I am checking if this is still an issue for you.
If you require any further assistance please do not hesitate to ask.
Sincerely,
Ekaterina
Developer Support Engineer
Infragistics
www.infragistics.com/support
Hello,
I have been looking into your issue and in case you are modifying your data source you need to have INotifyPropertyChanged interface implemented in order to update the xamDataGrid:
http://msdn.microsoft.com/en-us/library/system.componentmodel.inotifypropertychanged.aspx
That way, when you modify your data via the property grid, XamDataGrid will automatically apply the changes.
Infragistics, Inc.