The Grid Grouping Control can be populated with various types of collections, making it flexible with any kind of custom collection.
The different samples included in this feature are listed below:
Array List Demo - Demonstrates how to bind an array list to the Grid Grouping control.
Collection Base Demo - Demonstrates how to implement a custom collection through the collection base.
IBindingList Demo - Demonstrates the implementation of the IBindingList for an array list that is used internally.
Generic Collection Demo - Demonstrates the implementation of a generic collection and how you can bind it to a Grid Grouping control.
Strong-Typed Collection Demo - Demonstrates the implementation of a strongly typed collection.
Nested Child-Collection Demo - Implements a recursive nested collection in which the parent records contain different nested child objects.
Observable Collection Demo - Demonstrates the implementation of a Observable collection and bind it to the GridGroupingControl
Dynamic Object Binding Demo - Demonstrates the support to bind dynamic objects to the GridGroupingControl