Telerik Forums
UI for WPF Forum
1 answer
140 views

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.

Martin Ivanov
Telerik team
 answered on 18 Nov 2016
3 answers
298 views

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>

Nasko
Telerik team
 answered on 18 Nov 2016
8 answers
608 views

Hi,

    How do I enable scroll bars when multiple lines are displayed in the control?

Thanks,
Chad
Top achievements
Rank 1
 answered on 17 Nov 2016
5 answers
277 views
Hi There,
I am using the RadPane(I created some styles for it) in my application, when i right click on it's header a context menu is appearing which has the options like "Floating, Dockable, etc..." 
I dont want this feature in my application, so can you please tell me how i can remove this from from my styles so that it will appears common in all modules.
I have attached a image please check once.

Thanks in advance,
Srinivas.
Swamy
Top achievements
Rank 1
 answered on 17 Nov 2016
1 answer
37 views

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

Mihail
Telerik team
 answered on 17 Nov 2016
1 answer
102 views
Is there a way to set the appearance order Annotations are rendered relative to Series.  I am making charts with a ScatterSeries that overlays a number of RangeSeries. The RangeSeries are color gradients that represent a topography of standard deviations for the ScatterSeries.  I use the CollectionIndex to get the appearance order for these Series right.  Additional, I have a variety of annotations I want to  appear above the range series but below the ScatterSeries.  The default order puts them bellow all the Series. Anyone have some ideas as to how I could address this? 
Martin Ivanov
Telerik team
 answered on 17 Nov 2016
5 answers
162 views

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 %!

Martin Ivanov
Telerik team
 answered on 16 Nov 2016
6 answers
122 views

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

Bart
Top achievements
Rank 1
 answered on 16 Nov 2016
2 answers
198 views

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);
however,
when I do something like this
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

Bart
Top achievements
Rank 1
 answered on 16 Nov 2016
1 answer
148 views

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.

 

Kalin
Telerik team
 answered on 16 Nov 2016
Narrow your results
Selected tags
Tags
+? more
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Rob
Top achievements
Rank 3
Iron
Iron
Iron
Atul
Top achievements
Rank 1
Iron
Iron
Iron
Alexander
Top achievements
Rank 1
Veteran
Iron
Serkan
Top achievements
Rank 1
Iron
Shawn
Top achievements
Rank 1
Iron
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?