Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
40
Virtualized data?
posted

This is a general question about how the xamDataGrid is to be used in an enterprise application.

We are building an application with a very thin client application, and all of its data is retrieved from a set of WCF services. Of the areas where we may use data grids, several have potentially millions of rows that would have to be returned from the service and displayed in the grid. Obviously this is not practical from a performance standpoint, so the grid/data source would need to virtualize its data and only retrieve a few "pages" of data at a time. However, this has ramifications on the grid's ability to filter and sort since it would not have access to the entirety of the data at any given time.

What recommendations do the developers or users of XamDataGrid have in this scenario?

Thanks for reading! Any feedback would be appreciated.