Example of List Binding in ASP.NET Core Data Grid Control
This sample demonstrates the way of data binding Grid component with List object(list binding data source).
DEMO
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.