I'm using the XamDataGrid v14.2 and want to add the feature of dragging and dropping rows within the datagrid.
I've looked thru the Infragistics forum posts, but most of the code samples show dragging and dropping rows from one grid to another.
Is it possible to drag and drop rows within the same grid? The effect that I want to achieve is to move the sequence of the Web Announcement row numbers.
Here is an image of how the grid looks:

I posted a sample with a behavior a few months ago on the Infragistics Forums that reorders rows that it similar to your requirement.
Relevant markup:
C# code for the Behavior: