Hello. I found this example on how to implement drag and drop rows in xamDataGrid: http://es.infragistics.com/community/forums/p/68238/346008.aspx#346008
This solution works but it uses event handlers which couple the UI to the view model. Is there a way to implement this solution using properties, bindings and commands? A pure MVVM solutions? Thanks
Hi Kris,
Thank you for your post. I have been looking into your requirement and my suggestion is to look into the following forum thead where Maria has suggestion an approach on achieving Drag & Drop functionality following the MVVM pattern:
http://es.infragistics.com/community/forums/t/85081.aspx
Let me know, if you need any further assistance on this matter.
Thank You.
Thank you for your reply. I am glad that Maria's sample was helpful.