
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.
I am getting following error message.
Could not load file or assembly 'Telerik.Windows.Controls.RibbonView, Version=2011.3.1116.40, Culture=neutral, PublicKeyToken=5803cfa389c90ce7' or one of its dependencies. The located assembly's manifest definition does not match the assembly reference. (Exception from HRESULT: 0x80131040)
I tried Telerik version 2011.2.0712.35,2011.3.1220.40,2011.3.1220.35 versions. But I am not able to resolve this issue.
Let me know how can I resolve this issue.
Thanks
Hi,
I would like to draw a path on a RadMap using locations from an ObservableCollection. I looked at MapPathFigureView (from http://www.telerik.com/forums/draw-a-curve-on-the-map#62RbZ0kLxkCXT7mDVmvT8A) but I didn't find a way to bind to segments collection.
So is there a way to do that ?
Thanks,
Etienne
Hi,
I'm having this issue with WMS that when I zoom out, the tiles get refreshed but somehow end up having two tiles next to each other showing the same image. This only occurs to some certain WMS servers that we have. I'm using WmsTiledProvider. I specify the base url, the layer Id, and version. I thought it might have something to do with SRS but our server does serve WGS84 (EPSG:4326)

Hey,
I've seen some other threads on this topic, so here's my example scenario. If you have a Window with an OK button with IsDefault=true, and you show the window in modal mode (dialog), the Enter key is supposed to be able to dismiss (close) the dialog. Unfortunately, if there's a RadTreeView in the window, which has keyboard focus, and the selection is on a node that does NOT have any children (so can't be expanded/collapsed anyway), the RadTreeView eats the Enter key and the window is not closed automatically. (Look at the ToggleExpandCollapseCommandCanExecute method, canExecute is set to true whether the RadTreeViewItem has Items or not).
I know, there's a super-easy workaround and that's to override OnPreviewKeyDown or OnKeyDown in the window code behind, which I'll do, but, the point of posting this thread is that this is not how Microsoft's TreeView works. They don't care about the Enter key probably precisely for this reason. Maybe provide a property to enable/disable this Enter key behavior would be nice.

Hello,
In my RadCartesianChart, I have a legend which is created implicitly by serie. I want to know if is it possible to insert a picture to replace the actual square for the legend ?
I want to do it in code because it's just for one serie.
I tried to create a MarkerGeometry (type of Gemoetry Class), but I don't done it..
serieImprecise.LegendSettings.MarkerGeometry = ??
You can see the attached file for an "exemple".
Thank you !
