WPF VirtualGrid Overview
RadVirtualGrid is a lightweight tabular component, designed to be able to operate with huge datasets. It provides outstanding performance through evading the common templating mechanism used in the framework. Instead, the control avoids adding most of its items to the visual tree and exposes a mechanism for loading data on demand.
The RadVirtualGrid is part of Telerik UI for WPF, a
professional grade UI library with 160+ components for building modern and feature-rich applications. To try it out sign up for a free 30-day trial.
The RadVirtualGrid control was introduced with the R3 2017 release of the UI for WPF suite.
Figure 1: RadVirtualGrid
RadVirtualGrid's features list:
Editing
Pinned rows and columns
Styling and customization support through a set of properties
Conditional cell decoration
Touch support
Automation support
Coded UI support
Custom DataProvider
Filtering
Sorting
Selection
Scrolling
Alternation
Row and Column resizing
Commands