Hi,
I try to customize the appointment of a scheduleview. I use the following code to change the backgroud color. But I also need to change the background color when the appointment is selected. How can we change it ?
<scheduleview:OrientedAppointmentItemStyleSelector x:Key="AppointmentItemStyleSelector">
<scheduleview:OrientedAppointmentItemStyleSelector.VerticalStyle>
<Style TargetType="scheduleview:AppointmentItem" BasedOn="{StaticResource AppointmentItemBaseStyle}">
<Setter Property="Background" Value="#C1D72E" />
</Style>
</scheduleview:OrientedAppointmentItemStyleSelector.VerticalStyle>
</scheduleview:OrientedAppointmentItemStyleSelector>
Thanks
Marc
Hello,
When plotting a StepLineSeries onto a CategoricalAxis chart with only one single category we don't get the 'step' rendered for that value.
Is there a way to get this single value to show? Or is there another way to plot a straight line across the full width of a category at a specific value?
Thanks in advance for any help you can provide.
Team,
I want to disable the Floating Option for RadPane,but i shoud be able to drag a Pane from a Group and Dock to Left/Top/Right/Bottom/Center.I dont want to make it float.
PLease provide me solution to disable Floating and enable Docking.
(Telerik Version-2012)
Thanks,
R.Suresh
Hi,I want to do some changes on the MonthView
just to put down the day number on the cell
but I can not do adjust the layout of the slot (or highlight item) in the cell
There are several other posts that looked similar and I used their code to come close but I am still having problems.
Problem: I have a datatable with a number of columns which I have bound to the radgridview. This works. What I want to do now is restrict the columns based on additional data in the view model. The modelview contains the datatable and the columns which I would like to bind. I am somewhat new to WPF and MVVM. I used the example from this post http://www.telerik.com/forums/column-collections but again it didn't work as I expect.
Thank you for any suggestions or code.
I am using a RadRadicalGuage with an outside bar indicator. When I set the indicator to go full scale it cuts off the top and side of the bar indicator. Not sure how to fix this.
<telerik:RadRadialGauge x:Name="DrillPressureGauge" telerik:StyleManager.Theme="Windows8" Height="225" VerticalAlignment="Top" HorizontalAlignment="Left" Width="225" Margin="198,44,0,0" >
<telerik:RadialScale Min ="0" Max="10000" Foreground="Transparent">
<telerik:RadialScale.Ranges>
<telerik:GaugeRange Min="0"
Max="6000"
StartWidth="0.20"
EndWidth="0.20"
Background="Green"
IndicatorBackground="Green" />
<telerik:GaugeRange Min="6000"
Max="7750"
StartWidth="0.20"
EndWidth="0.20"
Background="Orange"
IndicatorBackground="Orange" />
<telerik:GaugeRange Min="7750"
Max="10000"
StartWidth="0.20"
EndWidth="0.20"
Background="Red"
IndicatorBackground="Red" />
</telerik:RadialScale.Ranges>
<telerik:RadialScale.Indicators>
<telerik:BarIndicator
Value="10000"
StartWidth="0.1"
EndWidth="0.1"
EmptyFill="Transparent"
Background="LightGray"
BorderBrush="Transparent"
StrokeThickness="0"
telerik:ScaleObject.Location="Outside"/>
<telerik:Needle />
<telerik:Pinpoint/>
</telerik:RadialScale.Indicators>
<telerik:RadialScale.CustomItems>
<TextBlock Text="12345"
telerik:ScaleObject.RelativeX="0.35"
telerik:ScaleObject.RelativeY="0.85" Background="White" Foreground="Black" FontFamily="Calibri" FontSize="32" VerticalAlignment="Bottom" Height="36.063" HorizontalAlignment="Center" FontWeight="Bold" />
</telerik:RadialScale.CustomItems>
</telerik:RadialScale>
</telerik:RadRadialGauge>