I have built a small application using qrcode generation.
I have followed the examples, that are all great but miss only one thing:
All of them uses kendo.all.min.js as inclusion, and of course this is not a good choice for a web application because of performance issues.
I would like to have a list of the single javascript files I need for each widget, without the need to include kendo.all.js.
Is it possible to have a single file list for qrcode?
Simply using kendo.dataviz.qrcode.min.js is not enough and code is not generated.
Kind regards
Paolo