Telerik Forums
UI for WPF Forum
6 answers
298 views
We want to connect two ends of a RadDiagramConnection using a collection of points in the domain that can vary.  So it be useful to bind directly to the ConnectionPoints collection in the XAML.  Any way to do this?
Fabio
Top achievements
Rank 1
 answered on 06 Nov 2014
3 answers
167 views
Hi Telerik,

I have a problem, i want to use the property Direct2DRenderOptions. But that property does not show up, see attached image.

When i build the application using that property i get the error "The tag 'Direct2DRenderOptions' does not exist in XML namespace 'http://schemas.telerik.com/2008/xaml/presentation'."

I am using the Telerik version 2014.2.617.40.

I have followed the instructions on the link below:
http://www.telerik.com/help/wpf/radchartview-features-rendering.html

So is this property removed? Or does this rendermode not exist for ScatterLineSeries?

Best regards,
Jeppe
Unisense
Top achievements
Rank 1
 answered on 06 Nov 2014
1 answer
329 views
How do i go about drawing a simple line, in the diagram?

I only want i line with only two selection/resize point?

Do you have a example or something, have tried using both PathTool and PencilTool, with no luck.

/Anders
Pavel R. Pavlov
Telerik team
 answered on 06 Nov 2014
3 answers
256 views
Hi,

After upgrading telerik dll from version "2011.1.0315.35" to version "2014.2."   there is error occour :

Could not load type 'Telerik.Windows.Controls.TemplateVisualStateAttribute' from assembly 'Telerik.Windows.Controls, Version=2014.2.729.45, Culture=neutral, PublicKeyToken=5803cfa389c90ce7'. Line 2497 Position 280.' 

Is any thing missing while upgrading telerik dll.

Thanks,
Petya
Telerik team
 answered on 05 Nov 2014
1 answer
120 views
We are implemting a diagram with geometry shapes. These shapes is meant to be inserted in a work "Shapes" way. Meaning this:

User select a circle from the ribbon, and the cursor changes to cross.
Now when the user press and hold left mouse button (MouseLeftButtonDown), the shape is inserted and a resize operation is started.

My problem is i have some trouble starting the resize operation.

I have tried in PreviewMouseLeftButtonDown to set handle, and change the ActiveTool to ResizeSENW, and call ResizeIntialise on the Resize service.

This with no luck. Can you guys point me in the right direction to achieve this.

Regards

Anders
Zarko
Telerik team
 answered on 05 Nov 2014
3 answers
290 views
Hi,

I can't figure out how to correctly use the EditorTemplateSelector with the RadPropertyGrid. I just want to apply custom DataTemplates for different types of properties. The applying parts works as expected but I don't understand how to get the DataContext to work. DataContext inside the DataTemplates is always pointing to the top level object that is bound to the RadPropertGrid as Item. It would really make more sense to me to have the specific property (or PropertyDefinition) as DataContext. So, how do I bind to the specific property from the Editor-DataTemplate?

Thanks for your help!

Marcel
Boris
Telerik team
 answered on 05 Nov 2014
3 answers
243 views
Hi,

I have a special need where I have 2 gridViews side by side. They have their own data source, but always the same number of rows.
I have to adjust the height for each row, and take the vale of the ighest row.

This is needed to ensure that vertical scrolling is always synchronized.

I tried to work with the RowLoaded event, but a this point, the Height is always "NaN" and ActualHeight is always 0.0.

Do you have an idea how I can perform this? Maybe in another event ?

Thanks,
Ben
Boris
Telerik team
 answered on 05 Nov 2014
1 answer
118 views
 Is it possible to realize a hot spot like attached file by RadMap?   Income parameter is  longitude and latitude and count 
Petar Mladenov
Telerik team
 answered on 05 Nov 2014
1 answer
169 views
I am using RadRibbon view.In my Ribbonview some tabs are there.When Click on a tab a usercontrol will load dynamically.Inside this tab there is a ribbon group with abutton.When click this button in the group I trying to visible a panel in the usercontrol.But I didn't get the panel from the group button click.Can anyone help?

Thankd in advance

Here is my code

 <telerik:RadRibbonTab x:Name="rtbDevice" Cursor="Hand" Header="Devices" FontFamily="Arial" FontWeight="Bold" Margin="0,1,0,0" >
               
               <telerik:RadRibbonGroup  Header="Actions" FontWeight="Normal" Margin="0,0,0,-3" Height="95" VerticalAlignment="Top" Width="192" DataContext="DeviceViewModel">

                   <telerik:RadRibbonButton LargeImage="/Images/add-user.png"  Name="btnAddNewDevice" Command="{Binding ElementName=uctrlDeviceList, Path=DataContext.ShowPanelCmd}" 
                                           Size="Large" Text="New" Width="70" Cursor="Hand"
                                            
                                            >
                   </telerik:RadRibbonButton>
                   <StackPanel Margin="0,0,0,-5">
                       <telerik:RadRibbonButton CollapseToSmall="WhenGroupIsMedium"  
                                           SmallImage="/Images/Edit.png" Cursor="Hand"
                                           telerik:ScreenTip.Description="Select  datagrid row  and click edit"
                                           telerik:ScreenTip.Title="Edit" Command="{Binding EditDeviceCommand}" 
                                           Text="Edit" Height="19" />
                       <telerik:RadRibbonButton CollapseToSmall="WhenGroupIsMedium" Margin="0,4,0,0"
                        SmallImage="/Images/Duplicate.png" Cursor="Hand" 
                        telerik:ScreenTip.Description="Copy the selection and put it on the Clipboard."
                        telerik:ScreenTip.Title="Duplicate"
                        Text="Duplicate" Height="22" />
                       <telerik:RadRibbonButton CollapseToSmall="WhenGroupIsMedium" Margin="0,5,0,0" 
                                           SmallImage="/Images/Delete.png" Cursor="Hand" 
                                           telerik:ScreenTip.Description="Copy formatting from one place and apply it to another.Double-click this button to apply the same formatting to multiple places in the document."
                                           telerik:ScreenTip.Title="Delete"
                                           Text="Delete" RenderTransformOrigin="0.452,0.909" Height="13" />
                   </StackPanel>
               </telerik:RadRibbonGroup>

           </telerik:RadRibbonTab>
Pavel R. Pavlov
Telerik team
 answered on 05 Nov 2014
1 answer
97 views
Hello, I'm using RadCartesianChart.

I write this forum because I need some function.

- When 'Series' is changed ,  axis range of multivertical is changed (at the same time)

And I using RadGridView.

This control's ItemsSource is 'LegendItems' of RadCartesianChart.

I want to operate this.

Automatically, RadGridView is showing refresh effect.

What should I do?

I attached related picture files.
Petar Marchev
Telerik team
 answered on 05 Nov 2014
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
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Top users last month
Miljana
Top achievements
Rank 2
Iron
Iron
Joel
Top achievements
Rank 3
Bronze
Bronze
Bronze
Cynthia
Top achievements
Rank 1
John
Top achievements
Rank 1
Iron
Mozart
Top achievements
Rank 1
Iron
Veteran
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?