• 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 Foreign Key Column in ASP.NET MVC Data Grid Control

In this sample, Customer Name column is a foreign column. You can perform filtering, sorting or editing in the foreign key column.

DEMO
SOURCE

Grid has option to show foreign key columns. It can be enabled by setting Column.DataSource property with either local or remote data and column field and text can be defined by using Column.ForeignKeyField and Column.ForeignKeyValue properties.