This is a migrated thread and some comments may be shown as answers.

Drag and Drop issue- while moving the grid in Windows 10 Anniversary update

4 Answers 106 Views
GridView
This is a migrated thread and some comments may be shown as answers.
Ricky
Top achievements
Rank 1
Ricky asked on 22 Nov 2016, 09:56 AM

I have used telerik control for RadGridView in our application . With one application (Windows forms) it is behaving properly (windows 10 anniversary update)i.e it is getting dragged and droped but when i am trying the same thing in some other application we do not see the same behavior.

Description:

In second (WPF) application in UI we are not able to drag /drop the grid ( in windows 10 anniversary update) while in windows 8 we are able to perform both drag and drop operations. 

The Telerik version which we are using is 2011.3.1220.40

.Net version of the Components- 4.0

 Below are the properties used in telerik grid:

<telerik:RadGridView x:Name="SrResultsGridView"
Controls:StyleManager.Theme="Office_Blue"
AutomationProperties.AutomationId="SrResultsGridView"
AutoGenerateColumns="False"
AutoExpandGroups="True"
CanUserFreezeColumns="False"
AllowDrop="True"
CanUserDeleteRows="False"
ActionOnLostFocus="None"
AreRowDetailsFrozen="True"
CanUserInsertRows="False"
ClipToBounds="True"
IsScrolling="False"
UseLayoutRounding="True"
SelectionMode="Extended"
ClipboardPasteMode="Default"
IsReadOnly="True"
IsFilteringAllowed="False"
VirtualizingStackPanel.IsVirtualizing="True"

Can you help me with this if it is compatibality issue with win 10 Anniversary update or some code changes need to be done so that it works properly.

Regards,

Md Ahtesham

 

4 Answers, 1 is accepted

Sort by
0
Ricky
Top achievements
Rank 1
answered on 22 Nov 2016, 09:58 AM

<< Adding few deatils >>

We do not see any error/exception. Event never fires.

0
Stefan
Telerik team
answered on 23 Nov 2016, 12:41 PM
Hi Ricky,

Speaking in general, the DragDropManager has been rebuilt from scratch since the 2011.3.1220 version you are using. I can only guess what might be causing such behavior on your end. Please, try updating your assemblies version if possible and check whether the problem is reproduced anymore.

Regards,
Stefan X1
Telerik by Progress
Telerik UI for WPF is ready for Visual Studio 2017 RC! Learn more.
0
Ricky
Top achievements
Rank 1
answered on 24 Nov 2016, 05:20 AM

Hi Stefan X1,

i am having one question , since we are using the same version in both WFP and winform applications, issue is only with WPF. Is there any compatability issue with WPF for telerik grid control (older version)?

Regards,

Ricky

0
Stefan
Telerik team
answered on 28 Nov 2016, 01:04 PM
Hi Ricky,

We are not aware of such compatibility issues. However, as stated in my previous reply, I suggest you updating your assemblies version and using the newer version of the DragDropManager, as it is the supported one.

All the best,
Stefan X1
Telerik by Progress
Telerik UI for WPF is ready for Visual Studio 2017 RC! Learn more.
Tags
GridView
Asked by
Ricky
Top achievements
Rank 1
Answers by
Ricky
Top achievements
Rank 1
Stefan
Telerik team
Share this question
or