Print Barcode Column in RadGridView

1 Answer 4 Views
Barcode GridView
Radek
Top achievements
Rank 1
Iron
Iron
Radek asked on 15 Jul 2025, 01:29 PM

Hello,

I created Barcode Column in RadGridView according this article: https://docs.telerik.com/devtools/winforms/knowledge-base/barcode-column-in-gridview

And now I do not know how I can print gridview with Barcode Column.

Can you help me? Thank you

 

1 Answer, 1 is accepted

Sort by
0
Nadya | Tech Support Engineer
Telerik team
answered on 15 Jul 2025, 05:15 PM

Hello, Radek,

The printing functionality that RadGridView offers is intended to print the cell's value. When you have any customizations in the grid, like implementing a custom cell element with a custom element like RadBarCodeElement, it is not expected to be printed. 

RadBarcode doesn't support printing out of the box. However, it offers exporting to image functionality: How to Print RadBarcode - Telerik UI for WinForms

The possible solution that I can suggest for your case is to export the barcode for each cell to an image and set this image to the cell's Value, then print the grid. 

Regards,
Nadya | Tech Support Engineer
Progress Telerik

Love the Telerik and Kendo UI products and believe more people should try them? Invite a fellow developer to become a Progress customer and each of you can get a $50 Amazon gift voucher.

Tags
Barcode GridView
Asked by
Radek
Top achievements
Rank 1
Iron
Iron
Answers by
Nadya | Tech Support Engineer
Telerik team
Share this question
or