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!
I have a pageview in strip mode with the items on the left.
I'd like to keep the width of those tabs at a static value, as I am adding/removing tabs and the resizing is a bit visually jarring. Is this possible? And if so, how?
Hello! I am using the ExplorerControl for an application where I want to limit the user to selecting files and folders - they should otherwise be completely unable to modify the filesystem. Is there a way to disable the feature where the user selects a file or folder, then selects it again, and the file entry changes to let them edit the name of the selected item?
This occurs with both a mouse and touchscreen selection; I'd like to disable both of these cases. To clarify, this is distinct from the "rename" feature of the Windows context menu, which normally appears on mouse right-click (and can be disabled by handling that event).
Thanks for your help!
--Ed