New to Kendo UI for jQueryStart a free 30-day trial

Background

configuration

The background color of the QR code. Accepts a valid CSS color string, including hex and rgb.

Default: "#fff"

<div id="qrCode"></div>
<script>
$("#qrCode").kendoQRCode({
  value: "https://demos.telerik.com/kendo-ui/dataviz/overview/index.html",
  background: "red"
});
</script>
Not finding the help you need?
Contact Support