Version

External Processing of Data (xamDataGrid)

In This Group of Topics

Introduction

The topics in this group of topics explain the external processing of data using CollectionView vs. internal processing. The Internal processing is handled by the data presenter of the xamDataGrid . The external processing comprised of Filtering, Sorting, Grouping and Summary calculations.

Topics

This section contains topics covering the implementation of External data processing.

Topic Purpose

This topic gives an overview of xamDataGrid feature for External Sorting, Filtering, Grouping and Summaries.

This topic demonstrates through code example, how to use the xamDataGrid control to externalize the record filtering process.

This topic explains how to use external grouping with the xamDataGrid control.

This topic uses code example to demonstrate how to perform external sorts using xamDataGrid control.

This topic explains and demonstrates the xamDataGrid control’s external summary calculation feature.