This example demonstrates how to specify a custom EditForm template in the grid, add the Upload control to the template, and edit the in-memory data source. @Html.DevExpress().GridView( settings => { ...
The exception text seen in the browser debug window is "EditForm requires a Model parameter, or an EditContext parameter, but not both". This is a result of when EditForm.OnParametersSet() checks the ...