|
Auto Generated Schema
When bound to valid data sources, the grid will automatically determine the bound columns' schema by looking up the column types in the underlying data sources and if bound to custom lists then by useing reflection to look up the public types in the objects in the list.
This image illustrates a custom class named 'MyClass' and its public property definitions.
Public properties in 'MyClass' implementation
Here is the resultant grid bound to the above collection.
Notice that the grid columns are constructed based on the public properties of the custom class.
Grouping Grid bound to a Custom Collection
|
|
|
|