Hello,
In one of our project we used a WPF diagram control developed by me. It works well, but some features like printing, pagination, ... are missing so we plan to use RadDiagram control. I start a project for the migration (Q2 2015) and I have some questions. You can find attached my control based on a WPF canvas. We use MVVM in our software.
<
Style
TargetType
=
"telerik:RadDiagramShape"
x:Key
=
"ProcedureStepFinalStyle"
>
<
Setter
Property
=
"IsEditable"
Value
=
"False"
/>
<
Setter
Property
=
"Position"
Value
=
"{Binding Position, Mode=TwoWay}"
/>
<
Setter
Property
=
"RotationAngle"
Value
=
"{Binding RotationAngle}"
/>
<
Setter
Property
=
"IsResizingEnabled"
Value
=
"False"
/>
<
Setter
Property
=
"IsRotationEnabled"
Value
=
"False"
/>
<
Setter
Property
=
"Geometry"
Value
=
"M 0,24 A 24,24 45 0 1 24,0 L 132,0 A 24,24 45 0 1 156,24 A 24,24 45 0 1 132,48 L 24,48 A 24,24 45 0 1 0,24"
/>
<
Setter
Property
=
"BorderBrush"
Value
=
"#FF6b9100"
/>
<
Setter
Property
=
"Height"
Value
=
"48"
/>
<
Setter
Property
=
"Width"
Value
=
"168"
/>
<
Setter
Property
=
"AllowCut"
Value
=
"False"
/>
<
Setter
Property
=
"Padding"
Value
=
"5"
/>
<
Setter
Property
=
"Margin"
Value
=
"5"
/>
<
Setter
Property
=
"Background"
>
<
Setter.Value
>
<
LinearGradientBrush
StartPoint
=
"0,0"
EndPoint
=
"1,0"
>
<
GradientStopCollection
>
<
GradientStop
Offset
=
"0"
Color
=
"White"
/>
<
GradientStop
Offset
=
"1"
Color
=
"#FFbdfc02"
/>
</
GradientStopCollection
>
</
LinearGradientBrush
>
</
Setter.Value
>
</
Setter
>
<
Setter
Property
=
"ContentTemplate"
>
<
Setter.Value
>
<
DataTemplate
>
<
TextBlock
Text
=
"{localization:LocText Courbon.Languages:Language:PageGraphic_End}"
VerticalAlignment
=
"Center"
HorizontalAlignment
=
"Center"
FontWeight
=
"Bold"
/>
</
DataTemplate
>
</
Setter.Value
>
</
Setter
>
</
Style
>
Thanks in advance for our reply.
Best regards,
Geoffrey
Hello,
I create a datatemplate for PointTemplate of LineSeries, each point will be displayed as a small image, it works and show the image.
The problem is if there are a lot of points in a small area, all images are overlapped, see image1.
Is it possible to hide the images when the points are too close, and show the image when zoom + and the points have a enough space to show (see image2)
Thanks
I would like to make the OK and cancel buttons in the tool settings panel visible when using RadImageEditorUI. I found this thread: http://www.telerik.com/forums/how-to-make-settings-buttion-visible which explains that the buttons do exist but are collapsed by the default template.
So I've tried adding the style from that thread (with the visibility removed) to the resources of my Window containing the RadImageEditorUI. However this modified style does not seem to actually get applied. Instead the default style with the collapsed button is used.
How can I make sure that this style is used or otherwise make these buttons visible?
Hi Team,
Can you please let me know the Max number of rows and Column RadSpreadsheet control can support?
I have tried to open an excel with 1M of records and got an outofmemoryexception.
Is there any workaround for this?
also I have noticed pasting is taking a lot of time? Is there any way to make it faster?
Thanks,
Rajib
<
interactivity:Interaction.Behaviors
>
<
local:EmptyDataTemplateBehavior
>
<
local:EmptyDataTemplateBehavior.EmptyDataTemplate
>
<
DataTemplate
>
<
TextBlock
Text
=
"No data to display"
HorizontalAlignment
=
"Center"
VerticalAlignment
=
"Center"
Visibility
=
"{Binding MessageVisibility}"
/>
</
DataTemplate
>
</
local:EmptyDataTemplateBehavior.EmptyDataTemplate
>
</
local:EmptyDataTemplateBehavior
>
</
interactivity:Interaction.Behaviors
>
I'm not able to use the ui for wpf for recorded codedui tests - I create a new Telerik Test Project but now I want to record using the telerik controls
is this possible to record tests via the Telerik Test Project?
Hello,
I need Telerik.Windows.Controls.Docking.dll with version 2013.3.1316.45. Can I get NUGET package for this version.
Thanks
Ajay
Hello
how is it possible to achieve different background / display colors for one appointment with multiple resources?
For
example one appointment for one doctor but also for physiotherapy, OP
and surgery at the same time. We now see the one appointment in all
these resource columns, which is correct. We would also like this one
appointment to have all different background colors pertaining to the
individual resources (in properties for the resources defined).
Sincerely,
A.Kasar