Unplanned
Last Updated: 28 Feb 2023 09:40 by ADMIN
P VENTURE GROUP
Created on: 28 Feb 2023 09:37
Category: BarcodeView
Type: Bug Report
0
RadBarcodeView: Symbology's settings are not serialized in the designer file

Use the following settings of RadBarcodeView at design time:

Pay attention to the barcode and how it looks. If you run the project, the following result is displayed:

1 comment
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 28 Feb 2023 09:40

Hi, Dalf,

Thank you for bringing this to our attention. We will do our best to address this issue accordingly and improve the design time experience.

Meanwhile, feel free to setup the symbology programmatically in order to preserve all the settings you need: 

 

Dim Code1281 As Telerik.WinControls.UI.Barcode.Code128 = New Telerik.WinControls.UI.Barcode.Code128() Code1281.CodeTextSpacing = 10.0R Code1281.ShowText = True Code1281.LineAlign = StringAlignment.Far Code1281.SizingMode = Telerik.WinControls.UI.Barcode.SizingMode.Stretch Code1281.TextAlign = StringAlignment.Center Me.RadBarcodeView1.Symbology = Code1281 Me.RadBarcodeView1.Value = "123213"

I hope this information helps.

Regards,
Dess | Tech Support Engineer, Principal
Progress Telerik

Virtual Classroom, the free self-paced technical training that gets you up to speed with Telerik and Kendo UI products quickly just got a fresh new look + new and improved content including a brand new Blazor course! Check it out at https://learn.telerik.com/.