Hi,
I have a wcf service which return me list of items.
I wanted to use this service as Data Virtualization in wpf example.
For ex
I wanted to show 50 customers in the grid and when user scolls down to grid end, grid should be populated with next 50 customers.
I don't want to use WCF RIA/Data services, I have already existing wcf service which gives me list.
Please help me to achieve this.