


I need a search box and not wanting to (badly) reinvent the wheel I found this https://docs.telerik.com/devtools/winforms/knowledge-base/search-box
Can somebody help me improve this:
- I want the magnifying glass image on the left because it interferes with the clear button (Show clear button property). If I modify the code to dock it to the left (and the RadTextBoxItem to the right) the clear button isn't shown when it's supposed to..
- I want the magnifying glass image to disappear when the user focuses on the text box or when there's some text in it

Hello,
I use the themeName 'Crystal' but i want to change the picture of the MaximizeBox, MinimizeBox and button close in the up toolbar by defaut.
And the possition because buttons are on the left and i want to be on the rigth
I want to use a code in the programme.
exemple themname 'Fluent or other.
Are you a solution for me.
Thanks
Hi,
How can I remove the light-blue color after I clicked the RadButton and move away my cursor ?
This is when I clicked a RadButton and my cursor still hover on it
And this is when I move away my cursor from my last clicked RadButton. I want to remove that light-blue color (or maybe want to change to another color)
Thanks before.

I am getting an error after I upgrade to WinControls.UI Version 2022.2.622.40
Invalid Resx file. Could not load type System.DelegateSerializationHolder, Telerik.WinControls.UI, Version=2022.2.622.40, Culture=neutral, PublicKeyToken=5bb2a467cbec794e which is used in the .RESX file. Ensure that the necessary references have been added to your project. Line 4694, position 5.
Error here:
<data name="RadRibbonBarGroup1.CreateAdapterMethod" mimetype="application/x-microsoft.net.object.binary.base64">
<value>
AAEAAAD/////AQAAAAAAAAAMAgAAAF9UZWxlcmlrLldpbkNvbnRyb2xzLlVJLCBWZXJzaW9uPTIwMjIu
Mi42MjIuNDAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49NWJiMmE0NjdjYmVjNzk0ZQUB
AAAAIlN5c3RlbS5EZWxlZ2F0ZVNlcmlhbGl6YXRpb25Ib2xkZXICAAAACERlbGVnYXRlB21ldGhvZDAD
AzBTeXN0ZW0uRGVsZWdhdGVTZXJpYWxpemF0aW9uSG9sZGVyK0RlbGVnYXRlRW50cnkvU3lzdGVtLlJl
ZmxlY3Rpb24uTWVtYmVySW5mb1NlcmlhbGl6YXRpb25Ib2xkZXICAAAACQMAAAAJBAAAAAQDAAAAMFN5
c3RlbS5EZWxlZ2F0ZVNlcmlhbGl6YXRpb25Ib2xkZXIrRGVsZWdhdGVFbnRyeQcAAAAEdHlwZQhhc3Nl
bWJseQZ0YXJnZXQSdGFyZ2V0VHlwZUFzc2VtYmx5DnRhcmdldFR5cGVOYW1lCm1ldGhvZE5hbWUNZGVs
ZWdhdGVFbnRyeQEBAgEBAQMwU3lzdGVtLkRlbGVnYXRlU2VyaWFsaXphdGlvbkhvbGRlcitEZWxlZ2F0
ZUVudHJ5BgUAAABEVGVsZXJpay5XaW5Db250cm9scy5MYXlvdXRzLkNvbGxhcHNpYmxlRWxlbWVudCtD
cmVhdGVBZGFwdGVyRGVsZWdhdGUGBgAAAF9UZWxlcmlrLldpbkNvbnRyb2xzLlVJLCBWZXJzaW9uPTIw
MjIuMi42MjIuNDAsIEN1bHR1cmU9bmV1dHJhbCwgUHVibGljS2V5VG9rZW49NWJiMmE0NjdjYmVjNzk0
ZQoJBgAAAAYHAAAAMFRlbGVyaWsuV2luQ29udHJvbHMuVUkuQ29sbGFwc2libGVBZGFwdGVyRmFjdG9y
eQYIAAAADUNyZWF0ZUFkYXB0ZXIKBAQAAAAvU3lzdGVtLlJlZmxlY3Rpb24uTWVtYmVySW5mb1Nlcmlh
bGl6YXRpb25Ib2xkZXIHAAAABE5hbWUMQXNzZW1ibHlOYW1lCUNsYXNzTmFtZQlTaWduYXR1cmUKU2ln
bmF0dXJlMgpNZW1iZXJUeXBlEEdlbmVyaWNBcmd1bWVudHMBAQEBAQADCA1TeXN0ZW0uVHlwZVtdCQgA
AAAJBgAAAAkHAAAABgsAAABcVGVsZXJpay5XaW5Db250cm9scy5MYXlvdXRzLkNvbGxhcHNpYmxlRWxl
bWVudCBDcmVhdGVBZGFwdGVyKFRlbGVyaWsuV2luQ29udHJvbHMuUmFkRWxlbWVudCkGDAAAAFxUZWxl
cmlrLldpbkNvbnRyb2xzLkxheW91dHMuQ29sbGFwc2libGVFbGVtZW50IENyZWF0ZUFkYXB0ZXIoVGVs
ZXJpay5XaW5Db250cm9scy5SYWRFbGVtZW50KQgAAAAKCw==
</value>
</data>
I have loaded a backup of my project and upgraded again and I still get the same error after I clean and rebuild the project. Any suggestions to fix this or workaround would be appreciated.
Hello all!
I'm working with a use case where I can't allow the user to edit an inserted image - we're not saving the bytes, just the URL the image comes from, so the user editing the image would just be wasted time.
I've disabled the 'CanDrag', 'CanResize', and 'CanRotate' on the ImageSelectinoAdornerSettings layer. I even tried removing the layer per a forum post I found - however if I right click on the image, I see get a functional 'Edit Image' option on the context menu.
I've looked at the RadRichTextEditor Context Menu article (https://docs.telerik.com/devtools/winforms/controls/richtexteditor/ui-for-applying-rich-text-formatting/context-menu), but it doesn't show how to loop through the groups and/or the menu items themselves, and I'm hitting a wall when I try to figure that out myself.
Any suggestions on how to remove the Edit Image context menu item?
Thank you!

Hi,
I have Microsoft VS Ent 2019 with latest patch and try to open Property Builder of RadGridView at design time, WinForm project.
Yesterday it worked and I created complex grid with groups on multiple columns. It consumed all of the day.
But today I can't continue my work,
Solution compiles OK. At run-time it seems to be all ok.
How can I fix this problem?
And to the point, could you, developers, make theborder of the Property Builder sizeable? It's too hard to work with such a small window.

When I change to Korean font when using Telerik WinForm control, vertical alignment does not work properly.
In the attached picture, the left side is the basic controls of the window form, and the right side is the Telerik control.
In the Telerik control, vertical alignment is not correct when using Korean fonts.
That is, the text is raised a little higher.
Segoe UI, which is automatically selected when adding Telerik controls, is well aligned.
Can I manually adjust this?
Thank you.
BooKyung Oh.
