Hello!
I am using the mvvm design and want to use datasource paging combined with Xamgrid.
i dont want to use the integrated paging in xamgrid due to the datasource beeing to large. I only want to fetch the data currently beeing previewed in the xamgrid.
So basicly looking for any samples or suggestions how to accomplish this with Devforce.
Hello Fredrik,
Thank you for your post. I have been looking into and I can suggest you use VirtualCollection. Here you can read more about it and how to use it along with Paging:
http://help.infragistics.com/Help/NetAdvantage/Silverlight/2012.2/CLR4.0/html/Virtual_Collection_Getting_Started_with_Virtual_Collection.html
and
http://help.infragistics.com/Help/NetAdvantage/Silverlight/2012.2/CLR4.0/html/Virtual_Collection_Using_Virtual_Collection.html
Hope this helps you.