This is a migrated thread and some comments may be shown as answers.

WPF RadGridView and BindingOperations.EnableCollectionSynchronization

1 Answer 82 Views
General Discussions
This is a migrated thread and some comments may be shown as answers.
Emil
Top achievements
Rank 1
Emil asked on 10 Nov 2017, 06:18 PM
I need to know if WPF RadGridView works with BindingOperations.EnableCollectionSynchronization. If not what solution you are suggesting to iterate and update my collection from worker thread?

1 Answer, 1 is accepted

Sort by
0
Dilyan Traykov
Telerik team
answered on 15 Nov 2017, 12:36 PM
Hello Emil,

I've already responded to the other forum thread you've opened on the subject. For completeness, here's my reply:

"If you provide RadGridView with a QueryableCollectionView source, it will wrap its Items collection around this view and custom functionality such as the BindingOperations.EnableCollectionSynchronization method will be used. It will not, however, provide such functionality out of the box.

I've attached a small sample project demonstrating how to update the underlying collection from a BackgroundWorker. Please let me know if you find it helpful. If that is not the case, please provide more details regarding your exact requirements so that I can better assist you.

I look forward to your reply."

May I kindly ask you to continue any further communication in the other thread so that we can keep a tidier conversation history? Thank you in advance for your cooperation on the matter.

Regards,
Dilyan Traykov
Progress Telerik
Want to extend the target reach of your WPF applications, leveraging iOS, Android, and UWP? Try UI for Xamarin, a suite of polished and feature-rich components for the Xamarin framework, which allow you to write beautiful native mobile apps using a single shared C# codebase.
Tags
General Discussions
Asked by
Emil
Top achievements
Rank 1
Answers by
Dilyan Traykov
Telerik team
Share this question
or