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

Redraw

methods

Redraws the barcode.

<div id="barcode"></div>
<script>
$("#barcode").kendoBarcode({
  value: "FOO",
  width: 300
});

$("#barcode")
   .data("kendoBarcode").redraw();
</script>
Not finding the help you need?
Contact Support