I am trying to evaluate WPF RadDocking control. I am in the process of replacing ActiPro docking window control with Telerik docking control in our WPF application. However, I ran into an issue with Telerik’s docking control. As shown in the picture in the attached file there is a gap between Pane 2 and Pane 5. I would like to be able to pin all the panes. It looks like the gap can be decreased only if one of the panes becomes a tabbed document. Could you please advise on how to get rid of the gap without making it be a document?
Thank you,
Marat Musaev
Hi,
I just tried this control and within 3 minutes, I customized it to get the perfect image editor for my project. My only issue is about localization (in french).
I can directly edit header and tools labels within XAML but some tools open a custom side-pane with non translated controls. (i.e. Draw tools => brush size, brush color). I don't know why this component is not localized. I tried several things like "Language="fr-FR" in XAML or even C#
System.Threading.Thread.CurrentThread.CurrentCulture =
new
System.Globalization.CultureInfo(
"fr-FR"
);
System.Threading.Thread.CurrentThread.CurrentUICulture =
new
System.Globalization.CultureInfo(
"fr-FR"
);
From what I understand, localized strings are in Telerik.Windows.Controls.dll so they should be charged. Even more weird, when I run the WPF Demos, I can success to run the Localized version of this control (the demo where you can choose between english, german, french)
Thanks for any help
ps: I have the very last version of UI for WPF (2016 R3)
info: I'm running it in a VSTO for Office. Not sure that changes anything but I prefer to give all information
Hi,
I was trying to display an ellipse with editable radius on the map and I found a strange behavior when the radius is set to zero after being bigger. The ellipse keeps its last non zero radius and move around when I zoom or move around. I've attached a sample project to show that behavior. So just zoom one time so that the shape is displayed (I don't understand neither why this is necessary) and change the size of the ellipse to zero using the slider on the top. This behavior also happens when using MapPathView containing ArgSegments from and to the same position so I guess this may happens with all Map*View with dimensions set to zero.
Thank for taking a look,
Etienne
I am trying to set the ZIndex on the Expander where the overlapped layout is a UniformGrid as per the following code:
<
UserControl
x:Class
=
"Project1.TestExpander"
xmlns:telerik
=
"http://schemas.telerik.com/2008/xaml/presentation"
Height
=
"auto"
Width
=
"300"
>
<
Grid
>
<
Grid
>
<
Grid.ColumnDefinitions
>
<
ColumnDefinition
x:Name
=
"ButtonsColumns"
Width
=
"*"
/>
<
ColumnDefinition
Width
=
"auto"
/>
</
Grid.ColumnDefinitions
>
<
UniformGrid
Grid.ZIndex
=
"1"
Rows
=
"2"
Columns
=
"4"
>
<
telerik:RadButton
Content
=
"TEST1"
></
telerik:RadButton
>
<
telerik:RadButton
Content
=
"TEST2"
></
telerik:RadButton
>
<
telerik:RadButton
Content
=
"TEST3"
></
telerik:RadButton
>
<
telerik:RadButton
Content
=
"TEST4"
></
telerik:RadButton
>
<
telerik:RadButton
Content
=
"TEST5"
></
telerik:RadButton
>
<
telerik:RadButton
Content
=
"TEST6"
></
telerik:RadButton
>
<
telerik:RadButton
Content
=
"TEST7"
></
telerik:RadButton
>
<
telerik:RadButton
Content
=
"TEST8"
></
telerik:RadButton
>
</
UniformGrid
>
<
telerik:RadExpander
Grid.ZIndex
=
"2"
Grid.Column
=
"1"
Header
=
"Advanced"
VerticalAlignment
=
"Stretch"
ExpandDirection
=
"Left"
IsExpanded
=
"False"
>
<
Grid
>
<
telerik:RadButton
Width
=
"250"
></
telerik:RadButton
>
</
Grid
>
</
telerik:RadExpander
>
</
Grid
>
</
Grid
>
</
UserControl
>
The problem is ZIndex property is not working. If you run the code above, when you expand the Expander, it will squeeze the buttons width until they disappear. The intended behavior using ZIndex property is to keep the buttons layout unaffected by the Expander animation, as a result, you can see the Expander content expanding over buttons but not squeezing the width.
NOTE: above code is working with canvas but it is not working with Grid, UniformGrid and StackPanel. Help Please.
Thanks in advance.
Hi,
I am using a dataform as a rowdetail editor in a gridview.
I have a global resource for changing button colors (not radbuttons). It works great but if I apply that same style to radbuttons, I end up affecting things I don't mean to touch. All I want is change the colors of OK and Cancel button of the RadDataForm. Can someone share an example of how to do this. I've read somewhere that I need to change a template but I have no idea how or, for that matter, where these templates might be.
Thanks ... Ed
Hello!
Could you tell me how to adjust the crosshairs so that it shifted to a discrete value (for example a multiple of 0.25) for the "Y" axis (for example, 1 minute) on the X axis.
<
telerik:RadCartesianChart
Grid.Row
=
"1"
Background
=
"{x:Null}"
>
<
telerik:RadCartesianChart.VerticalAxis
>
<
telerik:LinearAxis
x:Name
=
"AxisY"
HorizontalLocation
=
"Right"
LineThickness
=
"1"
SmartLabelsMode
=
"SmartStepAndRange"
MajorStep
=
"1"
/>
</
telerik:RadCartesianChart.VerticalAxis
>
<
telerik:RadCartesianChart.HorizontalAxis
>
<
telerik:DateTimeCategoricalAxis
x:Name
=
"AxisX"
LabelFormat
=
"HH:mm"
LabelFitMode
=
"Rotate"
SmartLabelsMode
=
"SmartStep"
PlotMode
=
"OnTicksPadded"
/>
</
telerik:RadCartesianChart.HorizontalAxis
>
<
telerik:RadCartesianChart.Behaviors
>
<
telerik:ChartCrosshairBehavior
HorizontalLineLabelDefinition
=
"{DynamicResource ChartAnnotationLabelDefinitionHorizontal}"
VerticalLineLabelDefinition
=
"{DynamicResource ChartAnnotationLabelDefinitionVertical}"
PositionChanged
=
"ChartCrosshairBehavior_PositionChanged"
/>
</
telerik:RadCartesianChart.Behaviors
>
<
telerik:CandlestickSeries
x:Name
=
"csPrice"
ZIndex
=
"1"
ItemsSource
=
"{Binding Candles}"
CloseBinding
=
"ClosePrice"
CategoryBinding
=
"Date"
HighBinding
=
"HighPrice"
LowBinding
=
"LowPrice"
OpenBinding
=
"OpenPrice"
AllowSelect
=
"True"
DefaultVisualStyle
=
"{DynamicResource CandleStikSeriesDefaultStyle}"
DefaultVisualStyleSelector
=
"{Binding Mode=OneWay, Source={StaticResource CandleStikSeriesSelectStyle}}"
/>
</
telerik:RadCartesianChart
>
I am working for some XXX Client,
Here the problem related Rad Persistence Frame Work for UI Layout Persistence.
Problem 1: If, I assigned Storage ID to Grid Level it’s not properly working (i.e. changes reflecting but, it’s removing the some of the styles (icons, hyperlinks etc.).
If, I applied Storage ID Column Level working fine.
Problem 2: There is a user Control in side the Rad Panes and it's docked left, where I have applied, even in similar way (Column Levels Storage ID) change Reflected but, widths are not exactly the way we persisted (i.e. it's floated in different manner) and also lost the Horizontal scrollbar.
Since, Codes/screenshots sharing prohibited from client, If, really don't understand the issue; Please kindly set-up web-ex session to Understand the same.
Thanks & Regards,
Chiranjeevi D
+91 - 9502433884
Hyderabad.
Our grids containing a large amount of data are facing a performance issue, and I figured out that the use of converters to translate texts such as True/False to Yes/No is contributing to this.
So is there any other way to perform those translations without going through converters? Specially this True/False that appear on grouping and filtering.
thank you!