Issue After update to lastets Version

/*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

1 Reply

PO Prince Oliver Syncfusion Team October 31, 2017 09:56 AM UTC

Hi Aldo, 

Thank you for contacting Syncfusion forums. 

We have created a new incident under your account for the reported issues. Please log on to our support website to check for further updates  
  

Regards, 
Prince 


Loader.
Up arrow icon