Hey!
In my RadCartesianChart I have three types of series:
1. ScatterAreaSeries
2. Multiple SactterLineSeries (using SeriesProvider) - the amount of this series is dynamic.
3. Other SactterLineSeries / SactterPointSeries with some data.
I know that zindex is automatically determined by the order in which the series is created.
I need to set the zindex in a way that ScatterAreaSeries will be the background of the data from SeriesProvider and the other series will be on top the data from SeriesProvider.
What is the best practice to handle it?
Thanks
Michal
Hey guys,
I want to use a Indicator in a Chartview.
This works without problems. But is it possible to show a entry in the RadLegend for this Indicator?
Some people wonder what the line is and if I could add a legend-entry it would be clear.
<telerik:MovingAverageIndicator
Period="3"
CategoryBinding="LabelZeitebene"
ValueBinding="Belastung"
ItemsSource="{Binding DatenAnzeige}"
Stroke="{telerik:MaterialResource ResourceKey=MarkerBrush}"
/>
Greetings Benedikt
I have a data set that I use to create series and for each item from this set I've got 2 series: points plotted with ScatterPointSeries and line plotted with ScatterLineSeries. But both belongs to one item and I would like to highlight both of them when I hover over either first series or second one.
Is it possible to join two series? Or change hovering behavior?
Hi
I have a window with a docking panel. I save the layout when I close the window. It works well, but if I undock a panel then loadlayout raise the following exception (I attached the xml layout file too)
Hello Team Telerik,
I am using .net framework 4.8 and WPF Telerik controls(2021.1.118.40) in my applications and when am clicking on some combo boxes it gives the following exception:
[UnhandledExceptionHandler]:[HandleException]:-System.NullReferenceException: Object reference not set to an instance of an object.
at System.Windows.Automation.Peers.AutomationPeer.EnsureChildren()
at System.Windows.Automation.Peers.AutomationPeer.GetChildren()
at System.Windows.Automation.Peers.AutomationPeer.isDescendantOf(AutomationPeer parent)
at System.Windows.Automation.Peers.AutomationPeer.isDescendantOf(AutomationPeer parent)
at System.Windows.Automation.Peers.AutomationPeer.isDescendantOf(AutomationPeer parent)
at System.Windows.Automation.Peers.AutomationPeer.isDescendantOf(AutomationPeer parent)
at System.Windows.Automation.Peers.AutomationPeer.isDescendantOf(AutomationPeer parent)
at System.Windows.Automation.Peers.AutomationPeer.ValidateConnected(AutomationPeer connectedPeer)
at System.Windows.Automation.Peers.AutomationPeer.AutomationPeerFromInputElement(IInputElement focusedElement)
at System.Windows.Automation.Peers.AutomationPeer.RaiseFocusChangedEventHelper(IInputElement newFocus)
at System.Windows.Input.KeyboardDevice.ChangeFocus(DependencyObject focus, Int32 timestamp)
at System.Windows.Input.KeyboardDevice.TryChangeFocus(DependencyObject newFocus, IKeyboardInputProvider keyboardInputProvider, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed)
at System.Windows.Input.KeyboardDevice.Focus(DependencyObject focus, Boolean askOld, Boolean askNew, Boolean forceToNullIfFailed)
at System.Windows.Input.KeyboardDevice.Focus(IInputElement element)
at System.Windows.Interop.HwndKeyboardInputProvider.OnSetFocus(IntPtr hwnd)
at System.Windows.Interop.HwndKeyboardInputProvider.FilterMessage(IntPtr hwnd, WindowMessage message, IntPtr wParam, IntPtr lParam, Boolean& handled)
at System.Windows.Interop.HwndSource.InputFilterMessage(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndWrapper.WndProc(IntPtr hwnd, Int32 msg, IntPtr wParam, IntPtr lParam, Boolean& handled)
at MS.Win32.HwndSubclass.DispatcherCallbackOperation(Object o)
at System.Windows.Threading.ExceptionWrapper.InternalRealCall(Delegate callback, Object args, Int32 numArgs)
at System.Windows.Threading.ExceptionWrapper.TryCatchWhen(Object source, Delegate callback, Object args, Int32 numArgs, Delegate catchHandler)
What can be the issue?Is it something related to Telerik controls?
Thanks & Regards
Susmitha
I am pasting text which contains invalid characters (example utf8 hex FFFE). Html binding is not workin in this case. I reproduced binding issue in Telerik wpf demo. Where xaml binding is working fine, while html binding is empty.
For reference I am pasting following text into Richtext box editor. which is bound to HTML binder.
registration received from the office of Sub￾Registrar/ Joint Sub-Registrar and online

Hi,
I am currently working on a RadGridView component where I want the Frozen Columns Splitter to also cover the row for adding new rows to the grid, see picture:
I want the grid splitter to also cover the red part.
Could you advice me on how to accomplish that?
Thanks!
Hi,
We using the Telerik Map component for a production use. The used provider is OpenStreetMap.
A customer contacted us with an issue. He was using Sophos proxy/OpenVPN at his company but he is the only one in the company to have the problem.
No explicit rules are set on the Sophos admin console.
But the problem is not here, explainations:
I took remote control of his PC to see the problem. After a few tries, the tiles on the map were still displayed out of order like a jigsaw puzzle.
I installed Fiddler 4 to see what was going on and if it was a bad request or something else.
My big surprise was that by using Fiddler, the map problem disappeared! Reversely, when quitting the application, the map problem reappeared.
I guess using Fiddler allows the map to time out and allows the map to display correctly.
My customer using a racing machine. All its configuration can be seen in the attachment files.
Do you have a workaround for that?
Thanks in advance for your reply.
Best regards.
Fabien.
Hi,
I got from the user Location = {90, -12.516352000000095}
and when I try to create the Provider I get an exception that "'∞' is not a valid value for property 'Height'."
At any other point, everything works properly.
I would be happy if you could help me,
Thanks.
<telerik:RadMap
x:Name="map"
Center="{Binding PinLocation}"
CommandBarVisibility="Collapsed"
IsKeyboardNavigationEnabled="False"
Loaded="Map_OnLoaded_RefreshProvider"
MiniMapExpanderVisibility="Collapsed"
MouseClickMode="SelectItem"
MouseDoubleClickMode="None"
MouseDragMode="None"
MouseLocationIndicatorVisibility="Collapsed"
MouseWheelMode="ZoomToCenter"
NavigationVisibility="Collapsed"
ScaleVisibility="Collapsed"
UseSpringAnimations="False"
ZoomBarVisibility="Collapsed"
ZoomLevel="16">
<telerik:InformationLayer>
<telerik:Pushpin
telerik:MapLayer.Location="{Binding PinLocation}"
Cursor="Hand"
Style="{StaticResource MapPushpinStyle}" />
</telerik:InformationLayer>
</telerik:RadMap>
private void Map_OnLoaded_RefreshProvider(object sender, RoutedEventArgs e)
{
if (sender is RadMap map)
{
map.Language = XmlLanguage.GetLanguage(CultureInfo.DefaultThreadCurrentCulture.Name);
map.Provider = MapProviderFactory.Create();
}
}
* If I change map,Provider to:
map.Provider = new BingRestMapProvider(MapMode.Aerial, true, "key");
I will get the same exception.
Hello,
I have a checkbox in a Telerik GridViewDataColumn with its IsChecked binding set to a data source that could be 1, 0, or Null.
When the value of the data element is 1, it displays a check.
When the value of the data element is 0, it displays an unchecked checkbox.
But when the value of the data element is Null, it displays an X. That's an issue.
How can I change the display to also show an unchecked checkbox when the value is Null? (It needs to look the same way that it looks when the data element value is 0)
Thank you!
