Need More Info
Last Updated: 27 Jun 2024 08:49 by ADMIN
Phạm
Created on: 20 Jun 2024 09:48
Category: UI for ASP.NET MVC
Type: Bug Report
0
Many components unscaling after upgrade to version 2024.2.514 through NuGet

After i upgrade my ASP.NET MVC project to Telrik UI version 2024.2.514, many component in my web app in smaller than before upgrade. Some form are broken and unable to use. Do you have any idea causes this issue?

I'm looking forward to your answser. Thanks for your support.

1 comment
ADMIN
Ivan Danchev
Posted on: 27 Jun 2024 08:49

Hello Phạm,

Usually such issues are caused by:

  • custom CSS that overrides the default styles of the components
  • styles that come from the containers where the components are nested, e.g., a div container element styled with and old Bootstrap version
  • incorrectly loaded kendo theme

Please post:

1. The content of the application's _Layout.cshtml file, so we can check whether the required files are properly loaded. If the js and CSS files are loaded though bundles, post the content of the BundleConfig.cs file as well

2. The content of one of the views shown on the screenshots, on which you see a component that appears smaller than usual

Regards,
Ivan Danchev
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages. If you're new to the Telerik family, be sure to check out our getting started resources, as well as the only REPL playground for creating, saving, running, and sharing server-side code.