Example of Foreign Key Column in Javascript Data Grid Control

/
/
Foreign Key Column

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

More Details...

Description

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. Injecting Module: Grid features are segregated into individual feature-wise modules. To use foreign key column feature, we need to inject ForeignKey module using the Grid.Inject(ForeignKey) method.