Is there a Desktop equivalent example of this example?
https://demos.telerik.com/aspnet-ajax/listbox/examples/applicationscenarios/treeviewdraganddrop/defaultcs.aspx
I'm struggling to figure out the way to handle this. I have a treeview showing a list of accounts, and a treeview that allows for grouping these accounts in a hierarchy. Both have underlying classes that are populated from a database.
I'd like to allow my front-end users to drag and drop accounts from the listView to the treeView. The one attribute they have in common is an AccountNumber. All other attributes in the Hierarchy can be derived from other controls on the form.
I read about adding a DataConverter, but cannot figure out how to implement this. For example, on this page: https://docs.telerik.com/devtools/wpf/controls/dragdropmanager/behaviors/listboxdragdropbehavior
it has a reference to DataConverter (but the definition for that seems to lack).
The other references I've seen is to a DragDropManager, but I don't seem to be able to find concrete examples for Desktop for that, either.
Googling so far hasn't really helped.
Any assistance would be greatly appreciated!
Hi.
I have a problem for GridView SearchRow.
All text in my grid is capitalized. However, when I type in lowercase in the search box, there is a problem with non-English characters. I want lowercase "i" to change to uppercase "İ", but the search doesn't work properly because it turns into uppercase "I".
In this case, I either need to convert all my texts to uppercase, but I couldn't figure out how to do it. This process is very easy in the filter row, but I could not find a similar mechanism in the search row.
Thank you in advance for your help
Hi.
How can a user change a PDF page order within radPdfViewer or radPdfViewerNavigator or another tool?
What would be the behindcode for it?
Thanks.


Hello,
i desing button with angle 45 degree. but button showing square
i dont need sent to back rad button1,
i dont want see gray area. how can i do it?


Hi Team,'
I need to implementaion for 3 or above images adding in single cell in Radlistview .Example, bellow snapshot.

I am using a RadChartView to display a bar chart with a vertical linear axis. I adjust the values in the bars such that sometimes the plotted range in between 0 - 99 (so the axis tick labels have two digits), and sometimes the plotted range is between 100 - 999 (so the axis labels have three digits).
When the maximum number of digits in the tick labels changes, the horizontal position of the Y axis is adjusted to accommodate the increased label size.
Presumably this problem would also arise if the font size of the labels is adjusted.
Is it possible to disable this behavior and allocate a specified "margin" size in which to place the axis labels? I would like the position of the vertical axis to be fixed within the control's area.

This is the strangest error, and I can't understand why it's happening, or how to fix it.
I am trying to use the RadSaveFileDialog, and it doesn't appear.
That's it.
The code is stopped at the 'ShowDialog' call, as expected, but no dialog is visible. Because it's inside the Telerik code, I can't see what's causing it to fail.
Does anyone have any ideas where to look to fix this? The old-style SaveFileDialog from Windows works just fine, but it doesn't have all the nice theming that the Telerik one does.

My application uses a global application wide theme via ThemeResolutionService.
I can view my form, buttons, grids etc in the application theme when using the visual studio designer because I load the application theme in the form constructor.
I have a button that will use a different theme called "RedButton". I can force the button to use the different theme at run time via RadThemeManager using:
myButton.ElementTree.EnableApplicationThemeName = False
myButton.ThemeName = "RedButton"
At runtime, I can see my red button. However; in the visual studio designer, the 'red button' is still using the application theme.
I don't see the ability to disable the application theme on my button in the designer.
How can I get the visual studio designer to show my 'red button' while the application theme is also loaded?
