I need to display record from collection ...i am having 200 records in that collection..but in ur site you have done through domaincontext..so that it is not useful to my case..my code is
this.ResultCollection = e.EntityCollection as GenericPersonSearchResultCollection;
var view = new VirtualQueryableCollectionView()
{
LoadSize = 20,
VirtualItemCount = this.ResultCollection.Count
};
view.ItemsLoading += (s,evtArgs)=>
{
ResultCollection.Load(?????????????????).completed +=(s,e)------>>>> not available here