Project Description
Component for displaying and interacting a large data set in WPF application.
Although looks alike, this solution is totally different from Vincent Van Den Berghe's! (http://bea.stollnitz.com/files/52/DataVirtualization.pdf, http://bea.stollnitz.com/blog/?p=344)
Introduction
In a typical WPF + WCF LOB application, displaying and interacting a large data set is not a trivial task. While several posts on internet forums discuss data virtualization, none of them has all the following:
This highly reusable component resolves all the above issues. For a complete description and user's guide, please visit http://www.devzest.com/blog/post/WPF-Data-Virtualization.aspx
Component for displaying and interacting a large data set in WPF application.
Although looks alike, this solution is totally different from Vincent Van Den Berghe's! (http://bea.stollnitz.com/files/52/DataVirtualization.pdf, http://bea.stollnitz.com/blog/?p=344)
Introduction
In a typical WPF + WCF LOB application, displaying and interacting a large data set is not a trivial task. While several posts on internet forums discuss data virtualization, none of them has all the following:
- Selection, sorting and filtering works well as if all data are stored locally;
- Data loading as needed, in a separate thread, without blocking the UI;
- Visual feedback when data is loading; if failed, user can retry the last failed attempt.
This highly reusable component resolves all the above issues. For a complete description and user's guide, please visit http://www.devzest.com/blog/post/WPF-Data-Virtualization.aspx