
Hello.
I am testing a WPF Org Chart Diagram and I need to dynamic create child nodes when user clicks the Node (lazy loading).
But I have a problem. When I create new node and link and call diagram.Layout(...), routing is corrupted.
How to fix it?
I have a RadCartesianChart in that I am adding different series (Area/Line mainly) and calculating datapoint on mouse hover .
I would like to prioritize to line series and calculate datapoint of Line series if line series is over lapped with area series.
I can get the selected series if mouse click happened and chartBehavior is associated with RadCartesianChart , but looking for solution which give me current hovered series.
Is there any way in code behind or in event I can get which series of chart is currently hovered ?
appreciate your help
Regards,
Jyoti
Hi Telerik,
Can you advice me how to handle my issue with ChartTrackBallBehavior. As you can see in attached image, ChartTrackBallBehavior hides chart itself. I would like to know what is my options to solve this issue?
Is it possible to change position of ChartTrackBallBehavior when it start hiding chart?
My another idea is change vertical range so tracking ball will be always above chart. telerik:LinearAxis has Maximum property. I would like to stay with auto calculated range and just increase it about 20%. Is there some way how to achieve this? This is my current axes definition:
<telerik:RadCartesianChart.VerticalAxis>
<telerik:LinearAxis MajorStep="100" SmartLabelsMode="SmartStepAndRange" />
</telerik:RadCartesianChart.VerticalAxis>
Thanks,
Vaclav

Hello,
First thank you for xaml-sdk\Map\WPF\SQLGeospatialData\ example
As i can see telerik:SqlGeospatialDataReader has property PointTemplate, but how i can set template for all other Sql Geospatial Data Types?
The SqlGeospatialDataReader supports the following geometry types:
Point
LineString
Polygon
Triangle
MultiPoint
MultiLineString
MultiPolygon
GeometryCollection

In winform demos, it use FastLineSeries and have nice fps, very smooth.
how can i do it in wpf?

private void RadRichTextBoxEx_LostFocus(object sender, RoutedEventArgs e) { Console.WriteLine("LostFocus"); } private void RadRichTextBoxEx_GotFocus(object sender, RoutedEventArgs e) { Console.WriteLine("GotFocus"); }

Hello,
In our application we are using a few separator that are used to resize the two panels (right & left), those two panels contain GridViews. It used to work perfectly but when switching to .NET 4.7.2 (from 4.5.2), this resizing causes the app to freeze entirely. Removing the GridView controls seems to fix the issue, hence why I think there is something wrong with the GridView (or one of the Windows API its using)
Now, the issue only seems to happen on a specific hardware and some kind of setup. An easy way to reproduce it is (in our case) to run the app on the main screen on a Lenovo E580 laptop. We are currently running WPF 2018 R2, but upgrading to R3 doesn't fix the issue.
I was simply wondering, before I open a bug and build a test app to show the error, if you were aware of an issue with the GridView (or other Telerik control for that matter) when running .NET 4.7.2?
Best Regards,
Bastian

Hello,
is there a way to get the list of visible rows of a grid in the order, as they appear on the screen (respect sorting, filtering, pinning)?
Best regards,
Thomas
