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

Example of List Binding in ASP.NET MVC 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.