This sample demonstrates the way of data binding Grid component with List object(list binding data source).
The Grid supports data binding. The dataSource
property can be assigned either with the list of
objects or instance of DataManager
.
In this demo, the list of objects is assigned as the data source to the Grid.