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

Value

configuration

Sets the value of the QRCode. More about the value of the QRCode can be found in the Encoding documentation article.

value

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