Product Bundles
DevCraft
All Telerik .NET and Kendo UI JavaScript components and AI Tools in one package.
Kendo UI
Bundle of AI Tools plus four JavaScript UI libraries built natively for jQuery, Angular, React and Vue.
Build JavaScript UI
Javascript
Telerik
Build modern .NET business apps
.Net Web
Cross-Platform
Desktop
Reporting and Documents
AI for Developers & IT
Ensure AI program success
AI Coding
AI Engineering
Additional Tools
Enhance the developer and designer experience
Testing & Mocking
Debugging
UI/UX Tools
CMS
Free Tools
Support and Learning
Hi..
I have this qrcode string Fields.ProductMasterCode+"|"+ Fields.ProductName +" | "+ Fields.hashstringafter scan barcode, symbol | (pipe) missing.
my qcode setting is
encoder - QRCode
ECI - CP437
ErrorCorrectionLevel - L
Mode - Alphanumeric
Hello Faris,
I confirm the issue with the provided settings.
Note that the ECI setting is only respected when Mode is set to Byte.
When the QR Code Mode is 'Alphanumeric', the characters that may be displayed are the following - see https://en.wikipedia.org/wiki/QR_code:
0–9, A–Z (upper-case only), space, $, %, *, +, -, ., /, :
As a workaround, you may replace '|' with capital 'i', i.e. 'I'.
Regards, Todor Progress Telerik