Telerik Forums
UI for WPF Forum
3 answers
62 views
Hi, there.

Drag&Drop between two floating windows doesn't seem to be supported in WPF yet.
Reading old posts, it suggests that it will be improved/supported post-2010 Q1.
Is it supported in the latest release?
Is there a sample how to do this?

I read a post below talking about setting,
RadDragAndDropManager.EnableNativeDrag = true;
but it doesn't seem to do anything for me.
Is there something extra I need to do to enable native drag?

While I'm at it let me ask one more question.
The question above pertains to two different windows from the same application.
I also like to support drag and drop between two different telerik application.
How is this possible?

Thanks a lot!

-Chris
Tsvyatko
Telerik team
 answered on 15 Feb 2011
1 answer
48 views
Right now the docking control does not support the Windows 7 touch events.
Because the docking control is a container that uses a large part of the screen it would be a great candiate to have support for Windows 7 touch events, What I would like to see is move, resize, mass so you can throw a window to the other side of the screen or off the screen, and possibly also rotation for touch tablets where you have people on both sides of the tablet.
George
Telerik team
 answered on 15 Feb 2011
9 answers
569 views
I would think this would be as simple as a very short line of code,however there seems to be a substantial layer of complexity involved, or so it would seem. All I need to do is set a specific data cell into edit mode (programmatically), I have the row, and I know the column but none that is of any use. More in depth documentation would be nice. All we are given in the documentation is "this.radGridView.BeginEdit();" and all that does is set the first item in the selected row into edit mode, I don't want that cell. I want the second and third. Any ideas would be great other than those referencing deprecated code. I am using the current version of Telerik WPF.
Jacob Distel
Top achievements
Rank 1
 answered on 14 Feb 2011
3 answers
124 views
Hello,
I have added a delete button to the to each item in my Carousel. When the user clicks this button, I am trying to delete a directory on the file system that contains the preview image that is being displayed in the carousel. Without surprise, I am getting an IOException saying "The process cannot access the file 'preview.png' because it is being used by another process.". Do you have any ideas or suggestions to make the RadCarousel release the lock on this .png in the directory? 
Scott
Top achievements
Rank 1
 answered on 14 Feb 2011
4 answers
123 views
Hello,

I'm using a RadDataFilter with a RadTreeListView and I'm seeing long stalls/loading times when creating or modifying filters.

The data is hierarchical and whenever a filter is added to the control, all the items are expanded. Modifying the criterion for the filter also takes forever once focus is gone out of the text block.

If it helps, I'm binding the Source property of my DataFilter to the Items property of the RadTreeListView, and the list view has its ItemsSource set to an observable collection of items.
The list doesn't have that many items in it, even a small list takes some time. (100+ items).

Are you guys aware of this performance issue?

Thanks
--
Matt
Stefan Dobrev
Telerik team
 answered on 14 Feb 2011
1 answer
92 views
It is my 3rd year of Telerik subscription. There were moments in early days when I questioned myself whether to use Telerik or not. Mostly because it required too much resources and too slow. We know it is not the case any more.

Although I am no longer using Telerik WinForms, it is unbelievably fast! 
I suspect it is mainly because it creates native images during the installation. Is it?

I wonder if you guys have any plan to do the same for other packages such as WPF and Silverlight.
I've tried to use NGEN.exe to do it myself to no avail, probably because I had other 3rd party libraries as well. In the meantime, can any of you provide a simple tutorial or something like that?
I'd really appreciate it.


Thanks,



Vlad
Telerik team
 answered on 14 Feb 2011
3 answers
176 views
Hello,
I´ve some PinPoints that are represented by a png image. I´d like to draw a number in the middle of the image. If I use the property Text of the MapPinPoint the text is drawn on the right side of the image.
Is there any simple way of doing that?
Thank you very much,
Esther
Andrey
Telerik team
 answered on 14 Feb 2011
1 answer
114 views
When I load the layout of Docks from the saved xml file, the data is not loaded.
How to make sure that the data is also loaded when I load layout
Konstantina
Telerik team
 answered on 14 Feb 2011
1 answer
187 views

Hi - I have a chart defined in XAML that is bound to an observable collection.  The chart is defined as a line chart.  I would like to make the chart type to be selectable, such as being able to change the chart from a line chart to a bar chart while keeping the data bindings.  I have been trying to accomplish this by changing the series mappings and series definitions in the code behind, but seem to lose the data binding when the new chart is drawn.  How is this accomplished ?   

Thanks
Rich

<Controls:RadChart x:Name="evntChart" Height="150" Width="700"
             Visibility="{Binding ChartVisible, Mode=TwoWay}"
             ItemsSource="{Binding ChartItems}" >
               
 <Controls:RadChart.SeriesMappings>
     <Charting:SeriesMapping LegendLabel="Event Log Errors ">
         <Charting:SeriesMapping.SeriesDefinition>
             <Charting:LineSeriesDefinition />
         </Charting:SeriesMapping.SeriesDefinition>
         <Charting:SeriesMapping.ItemMappings>
             <Charting:ItemMapping DataPointMember="XValue" FieldName="ChartDate" />
             <Charting:ItemMapping DataPointMember="YValue" FieldName="EventCount" />
         </Charting:SeriesMapping.ItemMappings>
     </Charting:SeriesMapping>
 </Controls:RadChart.SeriesMappings>
     <Controls:RadChart.DefaultView>
         <Charting:ChartDefaultView>
             <Charting:ChartDefaultView.ChartLegend>
                 <Charting:ChartLegend  x:Name="chartLegend" Header="Selected Event Log Errors" UseAutoGeneratedItems="True" />                                   
             </Charting:ChartDefaultView.ChartLegend>
             <Charting:ChartDefaultView.ChartArea >
                 <Charting:ChartArea LegendName="chartLegend"  
                                     EnableAnimations="False" 
                                     TransitionControlStyle="{StaticResource TransitionControlStyle}">
                     <Charting:ChartArea.AxisX>
                         <Charting:AxisX  DefaultLabelFormat="dd-MMM" LabelRotationAngle="45">
                         </Charting:AxisX>
                     </Charting:ChartArea.AxisX>
                 </Charting:ChartArea>
             </Charting:ChartDefaultView.ChartArea>
         </Charting:ChartDefaultView>
     </Controls:RadChart.DefaultView>
 </Controls:RadChart>
Yavor
Telerik team
 answered on 14 Feb 2011
1 answer
124 views
I want to make sure a grid does not display past the available height of the screen? How do I do that?
Vlad
Telerik team
 answered on 14 Feb 2011
Narrow your results
Selected tags
Tags
+? more
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Top users last month
Jay
Top achievements
Rank 3
Iron
Iron
Iron
Benjamin
Top achievements
Rank 3
Bronze
Iron
Veteran
Radek
Top achievements
Rank 2
Iron
Iron
Iron
Bohdan
Top achievements
Rank 2
Iron
Iron
Richard
Top achievements
Rank 4
Bronze
Bronze
Iron
Want to show your ninja superpower to fellow developers?
Want to show your ninja superpower to fellow developers?