This question is locked. New answers and comments are not allowed.
I'm using the upload component in an MVC grid. While it works without any problems, from a usability perspective there is room for improvement. I'm using the implementation which can be found in the code library of the Telerik website. A drawback of this implementation is that the user first has to click "Select..." after which the chosen file is uploaded. Most users now think the file is added to the parent-entity. However, this is not the case until the user clicks "Save" or "New" or the green check mark, which causes a lot of frustration.
How can I modify this behavior to automatically save the changes to the grid?
How can I modify this behavior to automatically save the changes to the grid?