Welcome to the ASP.NET Core feedback portal. We’re happy you’re here! If you have feedback on how to improve the ASP.NET Core, we’d love to hear it!

  • Check out the features or bugs others have reported and vote on your favorites. Feedback will be prioritized based on popularity.
  • If you have feedback that’s not listed yet, submit your own.

Thanks for joining our community and helping improve Syncfusion products!

1
Vote

Issue: On initial loading page scroll to Uploader component when bind preload files with autoUpload as false.


Core Sample: https://www.syncfusion.com/downloads/support/directtrac/general/ze/UploaderIssue-1038729362


TS sample: https://stackblitz.com/edit/2dldas?file=index.ts


Replication procedure:


1. Run the above sample.

2. Page loads as expected.

3. Now, uncomment the autoUpload = false property in last Uploader which ID is (fileupload10).

4. Again refresh the preview page.

5. Actual: On initial loading the page automatically scrolls to uploader component.

6. Expected: The page should load with top of the page.