Hi,
I use a polar chart as a compass and I want to show East, North, South, West labels.
Using a slider user can rotate chart, labels must rotate also.
Exists an annotation strategy, or other, that allo me to add this labels?
In the attatched image, North is, at this moment, approx at 145°
Thanks,
marcello.
This is driving me crazy. I've seen numerous threads on this and none of the solutions seem to work for hiding the week number..
When I try to bring up the window shown below the dropdown calendar does not display at all. If I remove the InputMode="DatePicker" I can drop down the calendar but all I get is a list of times! No dates. What am I missing. Seems to me this having the week numbers not displaying should be the default. At the very least it should be an easily settable property instead of having to go through all these machinations.
Sorry, but this is very frustrating.
Ed
<Window x:Class="Calms2.Views.Test1"
xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation"
xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml"
xmlns:telerik="http://schemas.telerik.com/2008/xaml/presentation"
xmlns:local="clr-namespace:Calms2"
Title="MainWindow" Height="350" Width="525" HorizontalAlignment="Left" >
<Window.Resources>
<Style x:Key="calendarStyle" TargetType="telerik:RadCalendar">
<Setter Property="AreWeekNumbersVisible" Value="False" />
</Style>
</Window.Resources>
<StackPanel>
<telerik:RadDateTimePicker Width="500" HorizontalAlignment="Left"
CalendarStyle="{StaticResource calendarStyle}"
InputMode="DatePicker"
VerticalAlignment="Center"/>
</StackPanel>
</Window>
Hi,
How do I enable scroll bars when multiple lines are displayed in the control?
Thanks,Hi all, I write to report a problem about floating images placed beyond the end of the text elements.
You can download a test document from here:
http://download2.anastasis.it/software/fabrizio/test.xaml
It's been created using your WPF demos app (RichTextBox item), then I just copied and pasted one of the images already in the document.
The copied image has beed dragged down to the last page, beyond last text element position.
Then, I switched to DocumentLayoutMode.Flow using the button near the percentage zoom value in the footer bar. Doing so, the copied image is not in the editor view anymore.
The only ways to make it reappear are:
1. Placing the cursor after last document word then pressing the "Enter" key repeatedly.
2. Going back to Page mode.
It seems that the document measure method doesn't keep in count floating images, but only text elements.
Thanks in advance.
Fabrizio
hi dear telerik team
i have a problem that wanted to check if it was Me-Specific! you see when i pan the map around in circles the cpu usage goes up to even 99%!! i have 4 items on map in two visualization layers and my map source is a local tile source (tile files are on my own pc). AND when the control with a map in it is open i get a cpu usage waving between 1% to 30 %!
Hi,
I have a layout issue with my wpf radcontrol calendar.
when I initially load appointments in the scheduler everything works fine. but when I reload the appointments the layout sometimes becomes a mess in a lot of different ways, see my screenshot.
I need the possibility to reload appointments because they can also be changed in another application.
is there a way to fix this behavior or am I doing something wrong here?
I can't really pinpoint the issue but it looks like all views become messed up except for the currently selected one when I update my appointments.
Thank you for replying
Hi Guys,
I am creating a dynamic canvas to send to the printer and on this canvas I try add an EAN-13 barcode but I can't get it done.
Then I saw, telerik ui for wpf has "RadBarcodeEAN13" but this doesn't show anything.
RadBarcodeEAN13 BarCode =
new
RadBarcodeEAN13();
BarCode.Text =
"871038168385"
;
cnvPrint.Children.Add(BarCode);
Canvas.SetLeft(BarCode, template.x * positionfactor);
Canvas.SetTop(BarCode, template.y * positionfactor);
TextBlock BarCode =
new
TextBlock();
the specified textBlock is added ad as text to the canvas (cnvPrint) and ends up in my printer.
where do I go wrong? unfortunately I'm unable to find any examples for this.
Thank you for your help
Hello,
I'm using a RadDateTimePicker because I need both date and time but I show only the date.
I want to know how to show in the center of the screen the popup that appears when I click on the icon to select a date (possibly in a responsive way).
Here is the XAML code of my RadDateTimePicker:
<telerik:RadDateTimePicker Grid.Column="1" Width="200" VerticalAlignment="Center" Margin="0, 0, 10, 0" InputMode="DatePicker" SelectedDate="{Binding Path=StartLashing,Mode=TwoWay}" />
The problem is that my calendar is not streched out, as you can see in the attached image, so I think that a solution could be to open it in the center of the screen to avoid this problem.