Hello John,
You can start from
this example and update the following:
- Change the edit mode to GridEditMode.PopUp
.Editable(editable => editable.Mode(GridEditMode.PopUp))
- Remove the toolbar.Save() command
- Remove Batch(true)
- Remove ServerOperations(false)
- Open the ProductViewModel class and set its UIHint attribute to GridForeignKey
[UIHint("GridForeignKey")]
public int? CategoryID { get; set; }
You can find more details about running the ASP.NET MVC sample application
here.
Regards,
Atanas Korchev
Telerik
Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.