Foreign-Key Columns
You can implement a foreign-key column in the Kendo UI Grid wrapper for Vue.
The following example demonstrates how to define a foreign-key column through the CategoryID
key field which hosts a custom DropDownList editor for data editing. Use the column definition to set the key field as field
property. The values
property points to the source data for the items displayed in the drop-down list editor of that column. The values of the editor items have to be of the same type as the key field.