I have an issue with RadTileView control.
I have Silverlight 4 application that uses RadTileview control.
An “ObservableCollection “is bonded with “RadTileview” control. Each “RadTileViewItem” contains a user control as content.
There is a timer in my application and every 20 second my collection gets clear and refill.
This Application is working fine but,
I migrated my application from Silverlight 4 to Silverlight 5 and replace telerik dll’s from version 2011.1.427.1040(Runtime version v2.0.50727) to 2012.1.326.1050(Runtime version v4.0.30319)
The same application crashed when collection gets clear and it's show blank white screen. also it does not throw an exception or an error.
if i remove user control which i used in RadTileviewItem than the application works fine.
also if i remove telerik 2012 dll and use old version dll (2011) then it works fine.
i think these new version of telerik dll's are creating this problem.
please provide solution for this problem.