// Telerik.Windows.Controls.RadDataForm
private void OnCurrentItemPropertyChanged(object sender, PropertyChangedEventArgs e)
{
if (sender != null)
{
// this causes the exception when called from non-UI thread
// use Dispatcher.Invoke
this.IsItemChanged = true;
}
Available in LIB version: 2017.2.529