New to Telerik UI for ASP.NET Core? Download free 30-day trial

Operating System, Visual Studio, and Browser Support

The Telerik UI for ASP.NET Core components are designed to support all major operating systems and the most popular Visual Studio versions. The components also support all major web browsers and deliver cross-browser compatibility, standards compliance, and touch-device support.

UI for ASP.NET Core targets the stable releases of the ASP.NET Core framework. The target runtime is CoreCLR. The UI for ASP.NET Core suite also supports the full desktop CLR.

Operating System Support

Telerik UI for ASP.NET Core supports the following operating systems:

PLATFORM VERSION
Windows The two latest versions at the time of the release.
Mac OS The two latest versions at the time of the release.
Android The two latest versions at the time of the release.
iOS The two latest versions at the time of the release.
  • Telerik UI supports hybrid mouse and touch-screen devices.
  • To allow any browser to run scripts, enable JavaScript in the browser.

Visual Studio Support

The table below describes the minimum required version of Visual Studio based on the target .NET Core SDK version.

.NET CORE SDK VISUAL STUDIO
8.0 Visual Studio 2022
7.0 Visual Studio 2022
6.0 Visual Studio 2022
5.0 Visual Studio 2022, or Visual Studio 2019 version 16.8 or higher.
3.1 Visual Studio 2019 version 16.4 or higher.
3.0 Visual Studio 2019 version 16.3 or higher.
2.2 Visual Studio 2017 version 15.9 or higher.
2.1 Visual Studio 2017 version 15.7 or higher.

The R1 2024 release will be the last release that supports .NET versions older than 6.0. One year of outstanding support service will be provided for the R1 2024 release. For more details on the reasons for dropping the support of the old .NET versions, see this blog post.

Dependencies and Requirements

To create .NET Core applications, you need to install the .NET Core SDK. Follow the instructions from the official .NET Core documentation site.

For a full list of the .NET Core requirements, see .NET Core dependencies and requirements.

Web Browsers Support

The Telerik UI for ASP.NET Core helpers and framework components deliver support for all popular browsers. However, depending on the specifics of your project, the components you use, and the versions of the helpers, their browser support may vary. For example, advanced component features usually require more recent browser versions.

To allow the browsers to run the scripts required by the Telerik components, enable JavaScript on all of them. Following Microsoft's announcement about Internet Explorer (IE) being officially retired and out of support, the Telerik UI for ASP.NET Core and Kendo UI products will no longer support IE as of their R1 2023 release. The components will not be tested against and no fixes will be implemented for any IE version. If your project requires you to use the UI components in IE, it is recommended that you download a product version that is prior to Telerik UI for ASP.NET Core R1 2023.

Regular Support

Most Telerik UI for ASP.NET Core helpers have no specific limitations for the browser versions they support.

BROWSER SUPPORTED VERSIONS LIMITATIONS
Edge The two latest versions at the time of the release.
Chrome The two latest versions at the time of the release.
Firefox The two latest versions at the time of the release. This includes Firefox ESR releases (What is ESR?).
Opera The two latest versions at the time of the release.
Safari (OS X) The two latest versions at the time of the release.

Support for PDF Export

The Telerik PDF generator is tested and supported in the following desktop browsers:

  • Latest Chrome, Edge, Firefox, Safari.

Internet Explorer 9 and Safari do not support the PDF-related option for saving files. To achieve this, you need to implement a server proxy.

Officially, PDF export is not supported on mobile because of browser limitations and CORS-related security restrictions in hybrid applications. For example, it is not possible to load locally stored font files in hybrid applications. Even though exporting in PDF might work on some mobile devices in specific scenarios, PDF export is not supported in mobile browsers and hybrid mobile applications.

Best Performance

To boost the performance of your project:

  • Always use an up-to-date browser version.
  • Check Disable Script Debugging from your browser configuration options.

Limitations

  • As of the Telerik UI for ASP.NET Core R1 2023 release, the support for all versions of Internet Explorer is discontinued.
  • Browsers in beta stage are not supported.
  • Zoomed-in pages are not supported.
  • Zoomed-out pages are not supported. Different browsers handle sub-pixel calculations differently and zooming out the page may lead to unexpected behavior—for example, missing borders.
  • Exporting a zoomed-in or zoomed-out page to PDF is not supported.
  • Quirks mode is not supported.

    Always specify a DOCTYPE. Recommended DOCTYPEs include HTML5, XHTML 1.1, XHTML 1.0 Strict and HTML4 Strict. The HTML4 Transitional DOCTYPE fires the Quirks mode and should not be used. XHTML 1.0 Transitional works well in most cases, but may cause issues with the vertical positioning of icons. The correct syntax for all DOCTYPEs is provided on the W3C website.

  • In product versions before R1 2023, Internet Explorer compatibility modes are not supported. These modes can exhibit different behavior and rendering bugs as compared to the browser versions they emulate.

  • It is highly advisable to use Internet Explorer Edge mode over a META tag or an HTTP header:

    <meta http-equiv="X-UA-Compatible" content="IE=edge" />
    
  • Telerik UI for ASP.NET Core uses a progressive enhancement for its CSS styling. As a result, old and obsolete browsers may ignore CSS 3 styles such as rounded corners and linear gradients.

See Also

In this article