Hi Guys,
Perhaps CSLA should leave support for data virtualization up to the data access layer and include the specification of ranges into the FetchCriteria objects but I was just wondering if CSLA has any more support for data virtualization or is support planned for the future?
Regards,
Alistair
The PagedList sample in Samples\Silverlight\cs demonstrates how to do background paged loading of a large list.
That same concept can be applied to similar scenarios such as predictive loading of the next page, or (in .NET where you can be synchronous) on-demand loading as the UI control (like a virtualized datagrid) demands the next page.
Copyright (c) Marimer LLC