my actual width is 3.14 inch but the print not in the correct size
using code
rvInvoiceViewer.PrintReport()
Greetings,
I have got some questions about the GridViewPdfExport object:
Question 1: I set ExportVisualSettings property to true, but it doesn't apply cells' back and fore colors when exporting to PDF. My associated RadGridView's cells are colorful (columns are in different back and fore colors) and I need the GridViewPdfExport object to export the RadGridView customization the same way a RadPrintDocument does.
Question 2: For some of my clients, I'm using Arabic and Persian languages (and fonts) in my RadGridViews. When using GridViewPdfExport object, texts are Spell Backwards . For example, if first column's header text is "نام", it exports it as "م ا ن ". I tired exporting data using ExportToPDF object, Handling the HTMLCellFormatting event as it is documented in the RadFridView PDF export documentations, but I guess it only supports left-to-right languages, or maybe, I'm not using an appropriate Unicode font in this case (I also tried Arial Unicode MS, but the texts are printed like ####-##). What's the solution for the languages I mentioned ?
Greetings,
Is it possible to print a RadPrintDocument as PDF ?
* I know there are some virtual PDF printers that can be installed on a machine and then be chosen as a printer when printing a RadPrintDocument. But I need to use Telerik's components (or other components) that can print a RadPrintDocument as PDF directly.
Hi
I'm developing a application with a version of Telerik from 2017 R2, but I want to install a new version 2020 R2.
My question is: The new version is compatible with all controls of the old version? If not how to I install it without affect my application ?
Dim colUnitPrice As GridViewDecimalColumn = TryCast(Me.grdProduct.Columns("UnitPrice"), GridViewDecimalColumn)
colUnitPrice.DecimalPlaces = gintDecimalPlaces
colUnitPrice.FormatString = "{0:N" + gintDecimalPlaces.ToString + "}"
How to set different decimal places for each row in a radgridview
Hi,
I have GridviewDecimalColumn. I want to assign decimal place property to row wise. Any possible solution ?
Thanks in advance
Greetings,
Is it possible to populate a RadDiagram with a RadTreeView node's collection?
I tried saving an xml copy of my RadTreeView's nodes using SaveXml(), and then load it in a RadDiagram using RadDiagram1.DiagramElement.Load(), but it didn't work and I guess because xml structures of these two are poles a part!