Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
1770
Drag and drop rows using properties, bindings, commands
posted

Hello. I found this example on how to implement drag and drop rows in xamDataGrid: http://www.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