Hello,
Generally the virtual collection was designed for ReadOnly purposes only and it is not recommended to be used in other scenarios.
As to selection with VirtualQueryableCollectionView, it is only supported when the selected items are in the View area. I am afraid it is not possible to select items outside it as the item to be eventually displayed is still not presented. This is the case until the user scrolls to a particular position so that the items to be displayed into view are actually loaded.
I would suggest you to use QueryableCollectionView and DataPager intead.
I hope this helps.
Regards,
Didie
Telerik
TRY TELERIK'S NEWEST PRODUCT - EQATEC APPLICATION ANALYTICS for SILVERLIGHT.
Learn what features your users use (or don't use) in your application.
Know your audience. Target it better. Develop wisely.
Sign up for Free application insights >>