I have a button which reloads data source for my XamDataTree, the 1st binding is ok (XamDataTree.ItemSource is null), but some times when XamDataTree.ItemSource is not null my app just stop working due to UI Thread lock by Infragistics internal code.
Screenshot is attached, please see the call stack
Any ideas how I can avoid such behavior?
Hello Artem,
I am just checking the progress of this issue and was wondering if you managed to achieve your goal or if you need any further assistance on the matter.
Hi, I'm trying to create simple project with such behavior.