|
|
|
|
|

|
|
Data Binding
DataBinding to the grid is as simple as it gets with a single line of code. The grid supports all kinds of "lists" from IList derived types to DataSourceControl derived types. The grid automatically discovers the schema of the datasource at runtime, including any relations setup between tables in a DataSource and renders the grid contents automatically. You can of course, alter the grid's schema to hide columns, include unbound columns, etc. While by default, the grid pulls all the records to the server, irrespective of the number of records displayed in the page, optionally you can use "Pass Through Grouping" to overcome this restriction and selectively query records from the data source based on the grid's current view.
|
|
|
|
|
|