I have a situation where I have code that executes when the Selected Node is changed.
SelectedNodeChanged
The code in the SelectedNodeChange adds controls to some FlowLayoutPanel.
When a user clicks on a node, you can see the controls being added to the control
but the RadTreeView allows the user to select another node eventhough the SelectedNodeChange event has not finished, which
is now causing issues with the FlowLayoutPanelshowing duplicate controls.
If user waits until all controls are in the FlowLayoutPanel, and then selects another node, everything works as expected.
None of the code that adds the controls to the FlowLayoutPanel are Asynchronous.
I DO NOT have Multiselect = true.
** I have noticed that the RadTreeView acts as though it is Asynchronous when filling it. I have code that fills the nodes and you can select the nodes and see the nodes being added behind the scenes.
Maybe control is Asynchronous when changing selected nodes?

Hello, When I drag and drop an item in PageView, I would like it to create a copy of the item (page) when holding the Control key—either within the same PageView or between different PageViews. Could you help me achieve this? Thank you.

When using RadOpenFolderDialog, some people see their mapped drives and some do not. This includes people within my office would should all have their mapped drives created the same way.
Is there a way that I can ensure RadOpenFolderDialog always sees the mapped drives of the user?

Hello, I'm trying to display a chart by salesperson, grouped by month, showing the total sales amount. I've attached a photo. I've tried many things without success. Thank you for your time.
Hello,
we have an application using Telerik version 2021.3.1123.40. It is not the first time these errors were reportet, but I have no methode to reproduce it at the moment. The chain of Events for both errors is, that RadGridView.FilterChanged-Event is called, from there we call our method "UpdateProzessschritte" (UpdateProcessSteps), which does a BeginUpdate and EndUpdate of the grid. When EndUpdate is called, the 2 errors orccured under certain, unknown conditions.
Do you have any ideas which causes could lead to this exceptions and how to fix it? Or is this a known problem which was already fixed in later versions?
I have a WinForms .NET project running Telerik Version 2022.1.222.40 (I know its old but its what I have). Everything is working as expected and the application has no apparent problems at runtime.
After migrating to VS 2022 I am seeing various errors in the output. These errors appears to correspond with the loading of various Telerik components, the first of which is the theme but others include the Pageview control.
The following error is repeated at each of these times:-
Microsoft C++ exception: EEFileLoadException at memory location 0x000000ED451FB450.
Microsoft C++ exception: [rethrow] at memory location 0x0000000000000000.
Any help appreciated.
G

Hello,
VirtualKeyboard (WinForms) on Windows 11 with touchscreen monitor when key touched with finger quite often keeps stuck and repeats input until another key is pressed or mouse leaves that button.
Thats new for Windows 11 (on previous versions that was not happening).
It only happens when physically touched on touchscreen and in Windows 11. If pressed with mouse it does not happening.
To reproduce can be used Telerik demo app > Virtual Keyboard > First Look (please see attached image of my test, button g is pressed and released, but gggggg input keeps appending)
Environment Windows 11 Pro 24H2 with touchscreen monitor.
Also tested on my app with Telerik UI For WinForms 2025.3.812 (the same outcome).
Is there plans to fix this? Or maybe there is a workaround?
Mindaugas

I am testing the RadDock control (2025 Q2 version).
The Dock property of dock is set to Fill.
After applying the layout with dock.LoadFromXml(xmlPath, clearDocking: false);, when the MDI main form is resized, the laid-out window does not fill the client area (as indicated by the red arrow in the figure). How can I modify it so that the laid-out window fills the client area of the MDI window?

Good morning,
in VirtualGrid is there a way to reset to the default filter operator for each column when using grid.FilterDescriptors.Clear()?
For example if the user has changed the operator to "EndsWith" in one column and "StartsWith" in another one, I would like to reset them to "Contains" when clearing filters.
It seems that the method grid.FilterDescriptors.Clear() clear only the filters values.
Thank you.
Emanuele

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?