This is a migrated thread and some comments may be shown as answers.

How to use the upload control in Kendo grid in MVC Wrapper

2 Answers 92 Views
Grid
This is a migrated thread and some comments may be shown as answers.
Hung
Top achievements
Rank 1
Hung asked on 19 Apr 2013, 02:56 AM
I follow the examble on here , add the custom column which contain the Upload control , but when I add new row , the file which I selected before is removed.
The main idea is i want to post the form with all file that i select by Upload control in Kendo grid and the data source  of grid in server(it was success) by manual

Sorry because the souce file > 2m so i upload the file on mediafire
http://www.mediafire.com/?box80su08io5i64

2 Answers, 1 is accepted

Sort by
0
Hung
Top achievements
Rank 1
answered on 19 Apr 2013, 08:36 AM
Please help me
0
Petur Subev
Telerik team
answered on 22 Apr 2013, 12:51 PM
Hello Hung,

I am not sure I understand the question. You have set the multuple option to false. If you want to send more than one file per Upload widget then change the multiple option to true:

function DataBound(e) {
    $("input[type='file']").kendoUpload({
        multiple: true
    });
}


Kind regards,
Petur Subev
the Telerik team
Join us on our journey to create the world's most complete HTML 5 UI Framework - download Kendo UI now!
Tags
Grid
Asked by
Hung
Top achievements
Rank 1
Answers by
Hung
Top achievements
Rank 1
Petur Subev
Telerik team
Share this question
or