Telerik Forums
UI for WPF Forum
1 answer
25 views

Hi all,

I am working with RadCallout shown via CalloutPopupService.Show(...) and I ran into an issue with arrow positioning when screen space is limited.

Scenario

The RadCallout is displayed relative to a FrameworkElement (placementTarget), in normal cases, everything works as expected, however, when the application window is close to the right screen edge, or on a multi-monitor setup, the following happens:

The popup is automatically repositioned to the next screen if there is one and doesn't stay on the screen where the wpf app is shown or if there is no aditional screen the RadCallout no longer aligns horizontally with the placementTarget.

The arrow still uses its original relative position → and no longer points to the target element

I already handle vertical cases manually:

  • If there is not enough space above → I switch the arrow to the bottom
  • This works fine

But for horizontal constraints (left/right edges):

  • The popup doesn't stay within screen bounds
  • The arrow does not adjust automatically to still point at the placementTarget

Any Ideas how I could fix it?

Alina
Top achievements
Rank 1
 updated question on 17 Jun 2026
1 answer
81 views

Hi,

I can see this is a little bit of a recurring question in the forums, but what is the latest best way of tracking user column width changes in RadVirtualGrid and RadGridView? We're interested in making the format of decimals displayed in the cells respond to the available width.

We're currently using 2025.1.211 but could upgrade if that helped.

Thanks in advance,

__Jason

Nadya | Tech Support Engineer
Telerik team
 answered on 10 Jun 2026
1 answer
103 views

I just updated all of my Telerik UI for WPF assemblies from 2026.1.415 to 2026.2.520.  It caused two problems.

First, someone apparently forgot to release a corresponding version of the French-specific version of

     Telerik.Windows.Controls.for.Wpf.Xaml

Because now my build tells me that the Telerik NuGet server has no such 2026.2.520 version of

    Telerik.Windows.Controls.for.Wpf.Xaml.fr

So I can either remove that ".fr" version assembly from all my projects or decline to update everything.

Secon -- after I tried to remove that assembly and build --  I started getting all sorts of warnings about CLS-Compliance.  For example, one of my controls exposes this DependencyProperty of type `Telerik.Windows.Controls.ChartSelectionMode`

 

    public ChartSelectionMode SelectionMode
    {
        get => (ChartSelectionMode)GetValue(SelectionModeProperty);
        set => SetValue(SelectionModeProperty, value);
    }

But with the new release, this code causes the following compiler warning

2>C:\Users\joe\source\repos\Main\Mobile\Modules\Modules.Common\Controls\PlotControl.xaml.cs(372,31,372,44): error CS3003: Type of 'PlotControl.SelectionMode' is not CLS-compliant


I didn't change my code and the type "ChartSelectionMode is just an enum.  I don't understand how this can be happening.  I am getting similar warnings about many such Telerik types.  Including


  • Telerik.Windows.Controls.ChartView.SurfaceSeries3DColorizer
  • Telerik.Windows.Controls.ChartView.ChartAnnotationDescriptorSelector
  • Telerik.Windows.Controls.ChartSelectionMode

Did something change in these types?  I know how to disable the warning or put a [CLSCompliant(false)] tag where it needs to go but I would like to understand what changed.

Nadya | Tech Support Engineer
Telerik team
 answered on 03 Jun 2026
2 answers
21 views

In the 2026.1.415 version I used this Dutch language package: 

Telerik.Windows.Controls.for.Wpf.nl

However I can't find it in the new 20.26.2.520 NOXAML seperate packages zip.

Also I can't find any reference to it on the Documentation site.

Does anyone know where to download this package?

Using the old version gives this error:

Detected package version outside of dependency constraint: Telerik.Windows.Controls.for.Wpf.nl 2026.1.415 requires Telerik.Windows.Controls.for.Wpf (= 2026.1.415) but version Telerik.Windows.Controls.for.Wpf 2026.2.520 was resolved.

 

Max
Top achievements
Rank 1
Veteran
Iron
 answered on 02 Jun 2026
1 answer
27 views

We are a Japan-based company developing and selling software that incorporates Telerik UI components.
For export compliance purposes, we have been asked to confirm the Export Control Classification Number (ECCN) of the components used in our software.
Could you please confirm whether the ECCN for Telerik UI for WPF is classified as EAR99?
If it is not EAR99, we would appreciate it if you could provide the correct ECCN classification.

If available, please provide an official or documented classification.

Additionally, we also use Telerik UI for WinForms in some of our products.

Could you please provide the ECCN classification for this product as well?

Thank you in advance for your support.

Nadya | Tech Support Engineer
Telerik team
 answered on 14 May 2026
0 answers
40 views

Hello,
When RectSelectionMode is set to "full," a diagram shape is only selected if the entire shape is within the selection area.
However, for connections, even if only a part of the connection is within the selection area, it gets selected in this mode.
I would like connections to be selected only when their entire length is included in the selection area, just like diagram shapes.
Is it possible to modify RectSelectionMode to achieve this?
If there is any method to enable this behavior, please let me know.

Jieun
Top achievements
Rank 1
 asked on 23 Apr 2026
1 answer
279 views

I'm using the RadMultiColumnComboBox control with the GridViewItemsSourceProvider. It's showing a validation error that something "cannot be empty" and I can't get it to go away. Because this control is just used to select a record, I don't want any kind of validation in the grid of any kind. I've tried setting these properties on the bindings for each column:

ValidatesOnDataErrors = false,
ValidatesOnNotifyDataErrors = false,
ValidatesOnExceptions = false,
NotifyOnValidationError = false,

I've also tried setting the grid view's validation mode to none. I've tried setting these properties on the columns:

IsReadOnly = true,
ValidatesOnDataErrors = Telerik.Windows.Controls.GridViewValidationMode.None

Nothing works.

Nadya | Tech Support Engineer
Telerik team
 answered on 03 Apr 2026
1 answer
75 views

I need a dialog box in WPF where I can select a folder or location in system. I used RadOpenFolderDialog but I also need Opened event handler similar to DialogParameters telerik control.

Need Opened event handler which points to method that will be called when the Opened event of the Window is fired. Please suggest solution for it.

Also if there is any other dialog box telerik control which is suitable for my requirement, suggest me.

Dinko | Tech Support Engineer
Telerik team
 answered on 02 Apr 2026
0 answers
243 views

I am using TelerikPager with latest version of required nuget package. Setting all required properties like PageSize, Total, ButtonCount, Page, PageChanged. 

On WPF UI, It is showing all pages along with next & previous button but it not showing total page count like "1 - 8 of 24".  Need suggestion or help to resolve this issue.

                <TelerikPager PageSize=""
                              Total=""
                              ButtonCount=""
                              Page=""
                              PageChanged=""
                              ShowInfo="true"></TelerikPager>

Vikas
Top achievements
Rank 1
 asked on 01 Apr 2026
1 answer
51 views

Hello,

I'm using Telerik for WPF, version 2020.1.218, and I am using  RadGridView with filters. One of the colums is a Date type, and when I am changing the culture in order to translate the application, the filter is correctly translated. However, if I click on the calendar icon to select the date, that component is not being translated. Is this a bug?

Kind regards,

Román.

Nadya | Tech Support Engineer
Telerik team
 answered on 24 Mar 2026
Narrow your results
Selected tags
Tags
GridView
General Discussions
Chart
RichTextBox
Docking
ScheduleView
ChartView
TreeView
Diagram
Map
ComboBox
TreeListView
Window
RibbonView and RibbonWindow
PropertyGrid
DragAndDrop
TabControl
TileView
Carousel
DataForm
PDFViewer
MaskedInput (Numeric, DateTime, Text, Currency)
AutoCompleteBox
DatePicker
Buttons
ListBox
GanttView
PivotGrid
Spreadsheet
Gauges
NumericUpDown
PanelBar
DateTimePicker
DataFilter
Menu
ContextMenu
TimeLine
Calendar
Installer and Visual Studio Extensions
ImageEditor
BusyIndicator
Expander
Slider
TileList
DataPager
PersistenceFramework
Styling
TimeBar
OutlookBar
TransitionControl
FileDialogs
Book
ToolBar
ColorPicker
TimePicker
MultiColumnComboBox
SyntaxEditor
VirtualGrid
NavigationView (Hamburger Menu)
Wizard
ExpressionEditor
WatermarkTextBox
DesktopAlert
BarCode
SpellChecker
DataServiceDataSource
EntityFrameworkDataSource
RadialMenu
ChartView3D
Data Virtualization
BreadCrumb
LayoutControl
ProgressBar
Sparkline
TabbedWindow
ToolTip
CloudUpload
ColorEditor
TreeMap and PivotMap
EntityFrameworkCoreDataSource (.Net Core)
HeatMap
Chat (Conversational UI)
VirtualizingWrapPanel
Calculator
NotifyIcon
TaskBoard
TimeSpanPicker
BulletGraph
Licensing
WebCam
CardView
DataBar
FilePathPicker
Callout
PasswordBox
SplashScreen
Localization
Rating
Accessibility
CollectionNavigator
AutoSuggestBox
Security
VirtualKeyboard
HighlightTextBlock
TouchManager
StepProgressBar
Badge
OfficeNavigationBar
ExpressionParser
CircularProgressBar
SvgImage
PipsPager
SlideView
AI Coding Assistant
+? more
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Hiba
Top achievements
Rank 1
Iron
Iron
Rob
Top achievements
Rank 3
Bronze
Bronze
Iron
Max
Top achievements
Rank 1
Veteran
Iron
Alina
Top achievements
Rank 1
Rakhee
Top achievements
Rank 1
Iron
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?