Last Updated:
11 Mar 2024 07:15
by ADMIN
Calling CollapseAll() on a RadTreeView after changing its ItemsSource causes an Exception on iOS.
Objective-C exception is thrown. Name: NSInternalInconsistencyException Reason: attempt to delete item 9 from section 0 which only contains 8 items before the update
On Android, this works as expected.