Does xamdatagrid provide a method or property to detect if the user has modified any data?
Thank you.
Hi Sam,
You can use the DataValueChanged event.
http://help.infragistics.com/NetAdvantage/WPF/2013.1/CLR4.0/?page=InfragisticsWPF4.DataPresenter.v13.1~Infragistics.Windows.DataPresenter.DataPresenterBase~DataValueChanged_EV.html
You need to make sure that you enable notifications in the Fields that you want to listen for by setting the FieldSettings.DataValueChangedNotificationsActive property.
Let me know if you have any questions on my last update.