New to Kendo UI for jQuery? Download free 30-day trial

Web Browser Support

The Kendo UI components and framework components are designed to support all major web browsers and deliver a cross-browser compatibility, standards compliance, and touch-device support.

However, depending on the specifics of your project, the controls you use, and the versions of the components, their browser support may vary.

Regular Support

Most Kendo UI components have no specific limitations as of the browser versions they support.

Some features may not be available due to browser limitations.

BROWSER SUPPORTED VERSIONS LIMITATIONS
Edge 20 or later (officially supported versions by Microsoft only)
Chrome Current and previous
Firefox Current and ESR releases
(What is ESR?)
Opera 15 or later
OS X Safari 6.2.6 or later

Support for Kendo UI Hybrid

The hybrid UI components and framework components are intended for Cordova-based deployments and support the mobile device browsers and corresponding web view components listed in the following table.

BROWSER SUPPORTED VERSIONS
Chrome Current and previous
Firefox Not supported
OS X Safari 6.2.6 or later

Support for Data Visualizing Components

The Kendo UI components which render data visualization, such as the Charts, Gauges, Barcodes, Diagrams, and Maps, may require more recent browser versions according to the following table.

Fully supported browsers

BROWSER SUPPORTED VERSIONS
Edge 20 or later (officially supported versions by Microsoft only)
Chrome Current and previous
Firefox Current and ESR releases (What is ESR?)
Opera 15 or later
OS X Safari 6.2.6 or later
iOS Safari iOS 8 or later
Chrome for Mobile 21 or later

Browsers with limited support

BROWSER SUPPORTED VERSIONS LIMITATIONS
Android 2.x, therefore, uses non-interactive canvas output
Android 2.3 The Canvas rendering mode is only supported

Support for PDF Export

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

  • Latest Chrome, Firefox, Safari, and Blink-based Opera versions.

Safari do not support the PDF-related option for saving files. To enable PDF export, 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.

Providing 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.

Notes on Web Browser Support

  • 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.

  • Windows Universal apps and Cordova for Windows 10 environments are not supported, due to the sandbox restrictions of the environment. The recommended UI suite for this environment is UI for Windows Universal.

  • Unexpected behaviors that occur only in a hybrid application, but not in a standalone supported browser, are by default considered to be triggered by the hybrid environment and unrelated to Kendo UI.
  • 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" />
    
  • Kendo UI 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