Completed
Last Updated: 12 Oct 2022 12:14 by ADMIN
Release LIB 2022.3.1017 (17 Oct 2022)
Martin Ivanov
Created on: 03 Jul 2020 14:59
Category: TreeListView
Type: Bug Report
5
TreeListView: InvalidOperationException when perform async update of the items source

An exception is thrown when you try to update the items source of RadTreeListView in an async method.

The following error is observed.
InvalidOperationException: The calling thread cannot access this object because a different thread owns it

To work this around ensure that only the main UI thread updates the item source.

2 comments
ADMIN
Martin Ivanov
Posted on: 04 Oct 2022 12:36

Hello Michel,

This isn't included in the planning for the next release (in the end of the year), but we have moved up its priority based on your feedback. Note that this doesn't necessary mean that we are going to start working on it, but there is a better chance. Stay tuned by following this item. This way you will get notified by email as soon as its status changes.

Regards,
Martin Ivanov
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Michel
Posted on: 03 Oct 2022 14:04

Is there a possibility to get this one fixed any time soon? Using the Dispatcher has some pretty severe performance penalties so it would be nice to be able to use the BindingOperations.EnableCollectionSynchronization instead.