|
Auto Generated Schema
When bound to valid datasources, the grid determines the bound columns' schema by looking up the column types in the underlying data sources. When bound to custom lists the grid uses reflection to look up public types in objects in the list.
A custom class named 'MyClass' and its public property definitions are illustrated below.
Public Properties in 'MyClass' Implementation
The resultant grid bound to the above collection is shown below.
Notice that the grid columns are constructed based on the public properties of the custom class.
Grouping Grid Bound to a Custom Collection
|
|
|
|