I'm using controls for ASP.NET MVC from Telerik, I need to use a Upload control as an editor in a cell of a grid. The idea is to have a cell to write a description of the file and in the other cell the upload to select the file and at the end save the grid information in a table and upload the file to a certain route on a server. Can someone guide me how can I get this?