Hi,
I am looking for a working sample of using rad expander and grid splitter
a grid has several columns, the right most can be resize and it contains horizontal expander
Thanks in advance
Tomer
Hello,
I created multiple y axis and line serieses dynamically, but the panzoombar for y axis disappear.
How can I show the panzoombar for each y axis?
Is it possible to hide the panzoombar automatically if there is no zoom, and show the panzoombar if there is zoom.
thanks
public
bool
CanEndWizard
<!-- Last Page -->
<
telerik:CompletionWizardPage
Title
=
"Export Model"
x:Name
=
"Export"
AllowFinish
=
"{Binding CanEndWizard}"
HeaderTemplate
=
"{StaticResource HeaderTemplate}"
ContentTemplate
=
"{StaticResource Page4ExportModelTemplate}"
SideHeaderTemplate
=
"{StaticResource SidebarStatusTemplate}"
IsSideHeaderVisible
=
"False"
ButtonsVisibilityMode
=
"Previous,Finish,Cancel"
/>
AllowFinish="False"
I have a Slider control bound (TwoWay) to the Zoom.Width property of a RadCartesianChart control. When I zoom in and out with the scrollwheel on my mouse, the Slider automatically changes (as it should). But when I try to use the slider to zoom thechart in and out, nothing happens. The slider won't move. Is there something I am missing?
<
Slider
Name
=
"Slider"
Grid.Column
=
"0"
Margin
=
"2"
Orientation
=
"Vertical"
Minimum
=
"1"
Maximum
=
"100"
Value
=
"{Binding ElementName=Chart, Path=Zoom.Width, Mode=TwoWay}"
/>
<
telerik:RadCartesianChart
Name
=
"Chart"
Grid.Column
=
"1"
Palette
=
"{Binding ChartPalette}"
HorizontalZoomRangeStart
=
"{Binding HorizontalZoomRangeStart, Mode=TwoWay}"
HorizontalZoomRangeEnd
=
"{Binding HorizontalZoomRangeEnd, Mode=TwoWay}"
>
...
</
telerik:RadCartesianChart
>
Hello,
i am using RadDesktopAlert in my WPF Application on a dual monitor setup.
I define the alert desktop position by setting the AlertScreenPosition.TopRight parameter.
The alert shows fine however, if my application is on the left monitor because of its StartUpLocation, the alert still shows on my main monitor.
I can't find a property to tell the alert to show on the monitor which contains the mouse. I hope this is possible and you can help me.
Regards,
Florian Meißner
Hey,
I'm occuring something odd. I try to apply a style to a Button. It works fine with just the Button. But the IsMouseOver Trigger doesn't work.
I'm using following code:
<Style x:Key="hyperlinkStyle" TargetType="telerik:RadButton">
<Style.Setters>
<Setter Property="Background" Value="#25A0DA"></Setter>
<Setter Property="Foreground" Value="White"></Setter>
<Setter Property="FontFamily" Value="Segoe UI"></Setter>
<Setter Property="Margin" Value="5,5,5,5"></Setter>
<Setter Property="Padding" Value="5,5,5,5"></Setter>
<Setter Property="FontSize" Value="12"></Setter>
<Setter Property="BorderThickness" Value="1"></Setter>
</Style.Setters>
<Style.Triggers>
<Trigger Property="IsMouseOver" Value="true">
<Setter Property="Background" Value="Black"></Setter>
<Setter Property="Foreground" Value="White"></Setter>
</Trigger>
</Style.Triggers>
</Style>
Hope someone can explain why it doesn't work
I try to install Telerik UI for WPF Demos but it fails.
I am on Windows 10 with Visual Studio 2015.
In attachment you have a screenshot with the detail.