Unplanned
Last Updated: 29 Apr 2025 06:39 by ADMIN

The current implementation of the Code128 symbology class used with RadBarcode throws an InvalidSymbolException for characters with codes greater than 127.

As you can see from this table, there are many special characters in Code128 that have larger codes:

https://en.wikipedia.org/wiki/Code_128#Bar_code_widths

It would be useful to have these in applications which need to modify a reader device's behavior with barcode control characters in order to communicate properly.

Unplanned
Last Updated: 18 Nov 2024 17:28 by Martin Ivanov
Add a property that determines if the check digit (checksum) should be displayed. Currently, you can enable a checksum calculation that is displayed in the barcode image by setting the AutoChecksum property of the symbology to True, but there is no way to display the calculated value in the text under the barcode.
Completed
Last Updated: 10 May 2021 09:57 by ADMIN
Release R2 2021
ADMIN
Created by: Martin Ivanov
Comments: 3
Category: Barcode
Type: Feature Request
1
Implement support for Chinese symbols. Currently, if you enter the barcode Text in Chinese, the value will be coerced to to an empty string and nothing will be rendered.
Completed
Last Updated: 07 May 2021 13:46 by ADMIN
Release R2 2021
ADMIN
Created by: Tina Stancheva
Comments: 0
Category: Barcode
Type: Feature Request
1
Implement Intelligent Mail Barcode type.
Completed
Last Updated: 07 May 2021 04:33 by ADMIN
Release R2 2021
Created by: Dinko
Comments: 0
Category: Barcode
Type: Feature Request
3
Provide support for Swiss QR code.
Unplanned
Last Updated: 10 Mar 2021 14:54 by ADMIN
Currently the Mode of the barcode can be set to determine whether alphanumeric characters or Kanji characters are allowed. We can introduce an option to allow both types of characters. 
Declined
Last Updated: 05 Nov 2014 15:59 by ADMIN
Currently we can rotate the entire barcode so that it is inverted using styles, however, this means that the text with the barcode is also inverted and so it is displayed upside down. It would be nice to have the ability to "invert" the barcode portion only (turn the barcode upside down) 
Completed
Last Updated: 09 Oct 2014 08:52 by ADMIN
Created by: Rebecca
Comments: 1
Category: Barcode
Type: Feature Request
4
There are solutions posted on the Telerik forums about how to accomplish this using styles but it would save people a lot of time and work (especially if they are using several barcode types) if there was a Boolean property that could be set to hide or display the barcode text (much like the RenderChecksum property is used to hide or display the checksum for the barcode)