Hi
I am designing a WinForm App using UI for WinForms (ver. 2025 Q1). Is there any solution to add a search box to the radform title bar? It looks like the search box at th top of Microsoft Outlook 365 application.
Hi everyone, i use Telerik.WinControls.UI.Barcode to generate QR and every thing is fine with android reads, but IOS read said No usable data found. Could you help me? This is my code
private void PrintDoc_PrintPage(object sender, PrintPageEventArgs e)Hi, my application is built on .NET 4 and Telerik 2023. However, after the update, I have experienced increased lag when loading radGridView
What should I do?
We have a form in our application with just a RadSpreadsheet element that loads a local Excel file.
It works fine on the machine we developed the appplication on. After we installed it on our machine for testing we get the following error when opening the form (full exception in attachments):
"Type 'Telerik.WinControls.UI.RadButtonAccessibleObject' has a ComVisible(false) parent 'System.Windows.Forms.Control+ControlAccessibleObject' in its hierarchy, therefore QueryInterface calls for IDispatch or class interfaces are disallowed."
The spreadsheet is then also crossed out in red.
Is there maybe something we are missing here?
Hello,
is there any alternate available to apply specific theme directly on win form controls other than making a change in stylesheet (to apply different colors and appearance?) basically, for specific theme user wants to apply different color. one option is to create .tsp file and add it to resource. so is there any other way possible where user don't need to create. tsp or any other file and by using direct property he can achieve the same. (controls like date time picker, calendar, tree view, Rad buttons etc.)
Thank you.
We set AllowDeleteRow = true, but this doesn't seem to do anything.
What is the default capability for deleting rows/records in the GridView?
Is there a default 'delete'-button or context menu we can show, or do we need to implement it oursleves? The documentation is quite lacking here...
We want to switch the gridview to german.
This article suggests we have to provide our own translations: Localization - UI for WinForms Documentation - Telerik UI for WinForms
We actually would prefer not to do that...
Are there any default translations we can use? If so, how would we integrate them?
If not; where exactly does the provider class reside in our application, and where do we need to set the CurrentProvider?
My users want a UI that looks like the screen capture below. They want to be able to drag squares from the top frame to the bottom (mutually exclusive) and reorder them within the bottom frame and then save/restore between editing sessions. Do you have a control designed for this?
Thanks
Carl
I've been looking at the release notes and i can see that a selection checkbox has been added since we last updated which is great. I can also see as per the release notes that there is a "New mode for selecting rows only via the selection checkboxes". Does anyone know how to configure this?
Cheers!