Hello Telerik Team,
I want to add Clear Button in RadDropDownList like RadTextBox.
I have tried this in design time (Edit UI Elements >> RadDropDown TextBoxElement >> ShowClearButton).
But Nothing was happened.
How Can I add Clear Button in DropDownList ?

Hi,
I am using Barcode inside the cross tab.
I want to print Barcode like Figure 2. Currently shows Figure 1.
waiting for your favorable response.
Thanks.

Hi,
I read your article "Adding a WinForms control to a Ribbon Bar" https://www.telerik.com/support/kb/winforms/details/adding-a-winforms-control-to-a-ribbon-bar
Is there also a simple way to add such a control in place of a RibbonTab.
Thank you in Advance
Kind Regards,
Dominik
When I programmatically use go to bookmark on the richtexteditor the bookmark is shown on the editor in the bottom of the page is there a way to show on the top of the page?
I attached two pictures to explain batter the first one how the method gotobookmark is working and the second how i would like to be.
Thanks!

First of all I really like the new VirtualKeyboard and it is doing a good job so far.
Nethertheless I've found an issue that the keyboard is not opening below the associated control the first time it is shown.
After closing and reopening the keyboard it is on the correct position. This behaviour only occurs on the right half of the screen.
Is this a bug or am I doing anything wrong?
Attached you can find a sample project.
I have the following code snippet
byte[] pdfAsByteArray = File.ReadAllBytes(@"D:\a_images\2_b.jpg");
Stream stream = new MemoryStream(pdfAsByteArray);
radPdfViewer.LoadDocument(stream);
There is no issue with the image or with the image permissions but it is not displaying in the radpdfviewer
Hello.
after applying localization with RadSchedulerLocalizationProvider on radScheduler, the returned value of reminder was wrong.
for example the "5 minutes" changed to "5 hours" in my database.
in greek "5 minutes" is "5 λεπτά"
applied culture is set to "el-GR".
Thank you.

Hallo,
I have Winforms Application.
I created WPF-UserControl.
I'm trying to add this WPF-UserControl (per elementHost) to one of RadElement in my Winforms Form.
It could be RadPanelElement or my custom class extending RadElement.
Is it possible, and if it is possible how can i add, place WPF-UserControl on RadElement?
Or how can i prepare my custom radElement which will show WPF-UserControl?
