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