• Fluent
  • Fluent Dark
  • Bootstrap v5
  • Bootstrap v5 Dark
  • Tailwind CSS
  • Tailwind CSS Dark
  • Material
  • Bootstrap v4
  • High Contrast
Preferences
Mode Selection
Touch
Mouse
Theme Selection
Localization
*Translated by Google Translator.
Currency
Essential Studio
HOME
All Controls

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.