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>

Hi,
What is a way to add custom connection properties? How can i serializing this custom connection properties.
For example i want to add MyCustomCode:string property to connection.

Hi,
I have the following problem:
If you shrink a container (by dragging with the mouse
from one of the container corners), that is in a group with its content, both
the container and its content is shrinking.
{See Pic1}
Unfortunately, you can shrink the container only as
small as the content was before the start of the shrink operation.
{See Pic2}
This behavior seems to be ok if the content do not
shrink with the container because of the container should not be smaller as its
content.
But why do the shrink operation stops if the content
is shrinking too?
Regards,