This question is locked. New answers and comments are not allowed.
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?
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?