Added a RadCollectionView to an app and it's causing crashes on iOS devices (but not the simulator) whenever data is loading or finished loading. Near as I can tell, the crash is occurring because of XAML binding failures. I've attached a sample project which shows the failures (you might have to scroll the collectionview to see them). The data still appears, though.
The actual app has a retrieve button on the screen that the user taps after entering some retrieval arguments. I can see data being populated in the RadCollectionView followed by an immediate crash on the physical device.