Hi,
I have a RadGridView ( ClipboardCopyMode="Cells,Header" SelectionMode="Multiple" SelectionUnit="FullRow"). How can I raise the Copy and Paste Event which I would like to write into the Copy Button. I want the selected row and the header of the radGridView column to copy to clipboard without using Ctrl + C.
Thank you
Hi there,
just a quick question: I'm trying to implement dragging items from one RadGridView to another. I basically sticked to the example from the Telerik docs (http://docs.telerik.com/devtools/wpf/controls/dragdropmanager/how-to/howto-draganddrop-within-radgridview). And it works! Only once, though. First time I drag an item, I can see the visual as expected and I can drop it on the other grid. When I try to drag the next item, no visual appears. Same thing with the following tries. If I restart the view, again, only the first drag operation shows the visual. Interestingly, the drag/drop operation works all the time. Only the visual vanishes after showing up once...
Seems to me like something is not properly cleaned up and kind of re-initialized in some wrong way the second time.
Does someone have an idea?
Marcel
Is there a way to select a default folder for a PropertyGrid File Editor?
I'm currently adding this attribute to my properties which handles everything.
[Editor(typeof (Xceed.Wpf.Toolkit.PropertyGrid.Editors.FileEditor), typeof (Xceed.Wpf.Toolkit.PropertyGrid.Editors.FileEditor))]
Thanks in advance.
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 %!