Hi,
Is there drag-drop support for the XAMGrid? How do I enable it?
Thanks!
Hello ErikaB,
Thank you for the screenshot. You can drag and drop XamGrid rows when the mouse is over the row selector icon. In the attached sample, you can do so in DragStart event. In the attached sample, you can drag and drop XamGrid's selected rows to ListBox.
As for checkbox as an indicator of selection state, you can refer to the following forum post.
https://ko.infragistics.com/community/forums/p/64787/328087.aspx#328087
If you have any question with this, please let me know.
Best regards,Yuki MitaDeveloper Support EngineerInfragistics Inc.www.infragistics.com/support
Hi! Is there a way to only activate drag and drop behavior if I click on an icon? Say I have a grid containing the following:
https://ibb.co/ix4dhv
When I hover and drag the icon on the left of the first item, the whole row will move to the specified location. Also, is it possible to do it when multiple rows are selected?
Thanks,
Erika
You can use Drag and Drop Framework along with XamGrid. The attached sample demonstrates how to use it. For Drag and Drop Framework, you can refer to the following documentation.
Using Infragistics Drag and Drop Frameworkhttps://ko.infragistics.com/help/wpf/drag-and-drop-framework-using-ig-drag-and-drop-framework