Is it possible to have a Kendo Grid where the model being edited from the edit command, or even a custom command, is different than the model being listed in the grid itself?
Essentially I need to have the grid displaying a list of one type of ViewModel that contains a customer IDs and an email address. When the user clicks the edit button, the form would allow them to batch add/remove emails for the customer ID of the row they clicked edit from.
Every time I try to do something like this, the popup throws an error that is received the incorrect model type.