Hi Team
- @{
- ViewBag.Title = "File-Upload";
- }
- @using Syncfusion.EJ2;
- class="form-group xl-auto">class="control-section">
- @Html.EJS().FileManager("file").AjaxSettings(new Syncfusion.EJ2.FileManager.FileManagerAjaxSettings
- {
- Url = "/Home/FileOperations",
- GetImageUrl = "/Home/GetImage",
- UploadUrl = "/Home/Upload",
- DownloadUrl = "/Home/Download"
- }).Render()
I have bootstrap class, im using fileManager, the view is filling all this on my layout. How do i align this div class at least on the center? See below my View design it does not look good, it hid behind instead be in front.
Sachin SinghPosted Nov 6, 2020, 7:21 AM