This is a very simple drag and drop example to move rows. Click and drag a cell to move a row to a new location.
I tested it using AW 2.0 beta 4 and IE and Firefox 1.0. It has several limitations
Only works on ARRAY based grid.
Array is manipulated directly using splice. I wanted to use addRow and deleteRow but I couldn't figure out how to set the insert location for addRow (it was always inserting at the end of the grid).
No visual feedback when dragging the row ... please someone figure out how to add that :)