/*Information*/
/*Project Type: Asp.net MVC Razor
/*Control Used: UploadBox
/*Control Type: Helper
I was working in my project but today I update my syncfusion Version To the Lastets version: 15.3450.0.33, after I did. I couldn't set the position I configured the position in the helpers as the next Code:
@Html.EJ().Uploadbox("Draganddrop"
).SaveUrl(Url.Action("SaveDraganddrop")
).RemoveUrl(Url.Action("RemoveDraganddrop")
).AllowDragAndDrop(true
).MultipleFilesSelection(true
).UploadBoxDialogText(text => text.Title("Upload Files"
).Name("File Name").Size("File Size").Status("File Status")
).CssClass("cssStyles"
).Position(pos => pos.XValue("20px").YValue("20px")
).ShowRoundedCorner(true
).ClientSideEvents(r => r.Success("success").Remove("success")
).FileSize(6442450944
).ExtensionsAllow(".xls,.xlsx,.doc,.docx,.ppt,.pptx,.pdf,.BMP,.jpeg,.img,.jpg,.png")
I set Many diferets size of positions but the control never changes the position.
Please view The attach Files
Attachment:
Desktop_7591529f.rar