Completed
Last Updated: 20 Mar 2018 16:23 by ADMIN
Marek
Created on: 02 Mar 2017 10:18
Category: DataForm
Type: Bug Report
1
RadDataform exception when item PropertyChanged is fired from non-UI thread
// 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
6 comments
ADMIN
Sia
Posted on: 20 Mar 2018 16:23
Hello, 

This was fixed with our 2017.2.529 LIB and should be availble in R3 2017.

Regards, 
Sia 
Marek
Posted on: 18 Apr 2017 06:24
Should I open another case just to get some conclusion, please?
Should we find our way to overcome this issue?
Marek
Posted on: 27 Mar 2017 12:32
Please, can You make this simple fix?
We need it as soon as possible.
Thank You
Marek
Posted on: 14 Mar 2017 08:41
Thank You Stefan Naumov.
Please let me know when will the fix be released.
ADMIN
Stefan
Posted on: 13 Mar 2017 07:42
Hello Marek,

Thank you for your report. We have managed to reproduce the exception and it is logged with highest priority in our backlog. If further assistance is needed or you have any concerns, feel free to open a new support ticket. We will be happy to help.

All the best,
Stefan
Marek
Posted on: 07 Mar 2017 10:44
Any news please?