As in the title it doesnt work so the movement on the document isnt great.
Thanks for the help
Dominik
Hello ,
I'm currently working on a visualization layer to display a trace line of a Location Collection. To achieve this, I have set the ItemsSource of the layer to an Observable Collection. Additionally, I am using PolylineData to visualize the Location Collection. However, during implementation, I encountered the following errors:
Here is the code portion
<telerik:VisualizationLayer x:Name="visualizationLayer" ItemsSource="{Binding ObJItems}">Hello,
I'm currently working on a visualization layer to display a trace line of a Location Collection. To achieve this, I have set the ItemsSource of the layer to an Observable Collection. Additionally, I am using PolylineData to visualize the Location Collection. However, during implementation, I encountered some errors.
Here is the portion of the code
<telerik:VisualizationLayer x:Name="visualizationLayer" ItemsSource="{Binding ObjItems}">
<telerik:VisualizationLayer.ItemTemplate>
<DataTemplate>
<telerik:PolylineData Points="{Binding TrackPoints}">
<telerik:PolylineData.ShapeFill>
<telerik:MapShapeFill Stroke="Blue"
StrokeThickness="2" />
</telerik:PolylineData.ShapeFill>
</telerik:PolylineData>
</DataTemplate>
</telerik:VisualizationLayer.ItemTemplate>
</telerik:VisualizationLayer
I've read this thread but it is a bit confusing and old: Live sorting/grouping in UI for WPF | Telerik Forums
What is the current situation?
I am having problems with Devexpress GridControl as they dont support what they call "Live Data Shaping" eg sorting with real-time updates IF you use WPF binding.
Question - can Telerik data grid and/or virtual grid do live data shaping where columns use custom templates with WPF binding to a dictionary. For example: `{Binding Fields[abc].Value}`?
On Opening project in Telerik am getting "Error Deserializing Object" and empty project is shown.
Attaching Settings.aiis in zip file.Please let us know how to solve the issue
Is there a way to change the anchor point of a RadDiagramShape object to something other than the top/left point? Like in the screen shot below, it is the top/center point.
I would like to create different styles and templates for the RadDocking. My current problem is to that in the RadDocking panes which were places inside the DocumentHost will have header (button for dragging, closing pinning) at top, otherwise (left, right, bottom etc) RadSplitContainer & RadPaneGroup will place buttons at bottom.
I would to place all of them at top, seems like I would to have same behavior as DocumentHost, but everywhere. Cause when I'm tried modified template of RadPaneGroup, and placed the buttons at first Grid.Row it's breaking behavior of RadPanes when you would to Drag them.
Is it possible to enforce other RadSplitContainers & RadPaneGroups behave like DocumentHost?
There's probably just a property for this that I am missing.
I have a RadGridView with SelectionUnit="FullRow" but it still draws a box around whatever cell I click on.
I can confirm that it doing the full row selection because it will copy the row text if I press ctrl-C.
The row indicator on the left is also showing correctly.
So how do I tell it to not draw the box around the cell?
(it's not a big issue but some user will probably complain about it)
Hello!
The RadDiagram has included controls to pan and zoom, but not to rotate one's view of the entire diagram.
I don't mean to rotate just some shapes, but to offer the user an interaction like the "pan", where the view of the complete diagram is rotate around the center.
I tried implementing something like this with a WPF LayoutTransform or RenderTransform, but this always seems to have some ugly side effects.
Is there some easy way to implement something like this?
Thanks in advance.