According to this page: https://docs.telerik.com/devtools/winforms/controls/menus/contextmenu/context-menus
I should be able to assign a radcontextmenu to the contextmenu of the radsyntaxeditor. However, I'm finding that not to be the case as you can see below. my contextmenu named ctxMenuEditor is of type radContextMenu.
The below screenshots should show the problem I think. Basically, for whatever reason, the radsyntaxeditor doesn't accept the radcontextmenu, just contextmenu object type.

Hi:
I have a Winforms application that I recently update the Telerik controls to 2023.1.117.40.
I am now unable to build as I am getting the following error:
'Could not load file or assembly 'Telerik.WinControls.Themes.Crystal, Version=2023.1.117.40, Culture=neutral, PublicKeyToken=bf4391287131aaeb' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)'
Am I missing a required Telerik library in my references?
Here are the libraries I am currently referencing:

There seems to be an extra row created, w/ no data after the last row of data is added to the CSV. Not sure what is happening or if there is a setting to not include the last empty row. Just so we are clear, I have a grid with 10 rows in it, but when I look at the csv that is generated from the grid, I have 11 rows.
When I add a new document window as such: docContainer.DockManager.AddDocument(newPage)
The tabstrip that it is created on, the new tab always appears first in the tab list. I'd like it to appear on the end of all current tabs (the right in my case). I can't figure it out, any help would be appreciated!
Is it possible to select (highlight) individual lines in a RadTextBox when multiline is set to true? For example, a user enters 10 lines of data, is it possible to highlight only lines 2, 5, & 7? If so, how?

Hello
i am using the netframework v4.8 and the telerik r 2023 but i can not find this new control
what is i have to do ??
any help please....

Hello,
when I use radFilterView with gridView then saveLayout I get error when I call LoadLayout in load form - The object reference is not set to an instance of the object.
When I use filter in gridView it is OK
I see to xml file
with radFilterView I get:
<FilterDescriptors>
<Telerik.WinControls.Data.FilterDescriptor PropertyName="Modul" Operator="IsEqualTo" Value="MyValue" />
</FilterDescriptors>
with filter in gridView I get:
<FilterDescriptors>
<Telerik.WinControls.Data.CompositeFilterDescriptor LogicalOperator="Or" NotOperator="False" PropertyName="col_Modul" IsFilterEditor="True">
<FilterDescriptors>
<Telerik.WinControls.Data.FilterDescriptor PropertyName="col_Modul" Operator="IsEqualTo" Value="MyValue" />
</FilterDescriptors>
</Telerik.WinControls.Data.CompositeFilterDescriptor>
</FilterDescriptors>


Is the attached image possible within Telerik WinForms?
We want a shadow effect on our top panel and a softer shadow effect on the right panel but we can't seem to get it working.
We tried using Shadows - Telerik Presentation Framework - Telerik UI for WinForms, and it does work when the panels aren't all docked but when we dock everything, the shadows are no longer visible.
We essentially want a panel with a Top dock style which we want a shadow under it, another panel docked to the right with a softer shadow to the left of it, and then a center panel which is docked with Fill (with all the relevant shadows appearing above this panel).
We're using Telerik 2020.1.113.40.
Any help is appreciated,
Thanks

Hi there,
I do have a RadPageView control on my form.
Each page in the RadPageView control contains a RadTreeView control.
I need to drag a node from one RadTreeView control to another.
How to?
Thank you