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

[Solved] File upload in Grid (popup mode)

1 Answer 233 Views
Grid
This is a migrated thread and some comments may be shown as answers.
This question is locked. New answers and comments are not allowed.
Maida
Top achievements
Rank 1
Maida asked on 21 Dec 2010, 03:19 PM
Hi,
Is there any way to upload file in popup mode?
I checked the sample given in that thread
http://www.telerik.com/community/forums/aspnet-mvc/general/grid-file-upload.aspx

When I change line from
.Editable(editing => editing.FormHtmlAttributes(new { enctype = "multipart/form-data" }))
to
.Editable(editing => editing.FormHtmlAttributes(new { enctype = "multipart/form-data" }).Mode(mode))

It doesn't show file upload field in popup window, does it work in inline mode only?

1 Answer, 1 is accepted

Sort by
0
James
Top achievements
Rank 1
answered on 17 Jan 2011, 05:35 PM
I am also looking for similar functionality. In this case the mode InForm
Tags
Grid
Asked by
Maida
Top achievements
Rank 1
Answers by
James
Top achievements
Rank 1
Share this question
or