I have a big Windows.Forms project, but we also use WPF controls.
I have two ElementHosts, and in each I have one RadGridView.
All was good, but now we need grouping, and have a problem with it.
Grouping works only for one of the grids. And more, it isn't works after close and open window again.
I cannot attach here my example, but can send it via e-mail, if you need it.
Roman.
9 Answers, 1 is accepted
In your previous versions we had some issues with drag/drop functionality in multiple element hosts. Since our Q3 release we have introduced new native mode of drag/drop operations(through RadDragAndDropManager.EnableNativeDrag property) which resolves these issues. You can set this once per application bafore InitializeComponent() call.
All the best,
Tsvyatko
the Telerik team

This is happening again in the latest packages, submited a reuqest and no answer!.. my grid was working fine until I updated and the grouping ( drag drop) is not working anymore...??????......thank you
Would it be possible to some additional information about your scenario, since in the sample application (can be found in the archive) this functionality is working correctly.
Kind regards,Tsvyatko
the Telerik team


Basically is about two projects , one WPF another WInform(RadForm)... element host in winform and loading the WPF control programmatically. I
added the: in the main usercontrol before the initialize( WPF).. ....
RadDragAndDropManager.EnableNativeDrag = true;
... but once hosted is not doing anything(?) .. it drag but it does not group (?)...
I have the package ( 2011.1.530.00) WPF
( 2011.1.11.510 ) Windows..
forgot to mention, this grid is inside a tab control..
Thank you for sharing this information with us. We were able to reproduce this issue from our side. I have logged this in our PITS system where you can track its progress - http://www.telerik.com/support/pits.aspx#/public/wpf/6327
I have also updated your telerik points.
We plan to address this issue in one of our next internal builds.
Meanwhile, I can suggest using microsoft tabcontol instead Radtablcontrol.
Please excuse us for the inconvenience caused.
Tsvyatko
the Telerik team

The problem is already fixed and the fix will be part of the next internal build on Monday.
Greetings,
Yordanka
the Telerik team
