Speed Up In-memory Operations with PLINQ
If you store data in a large in-memory collection, you can use PLINQ data sources to speed up data shaping operations. To do this, bind the GridControl to the PLinqServerModeSource and PLinqInstantFeedbackSource data sources, which support Server Mode and Instant Feedback Mode, respectively.
Alternatively, you can use PLinqInstantFeedbackDataSource and PLinqServerModeDataSource. You can access these components from the Visual Studio XAML Designer.
See Also