Scenario: Drag all three Items in the Right Grid to the Left Grid
For Example: Rows 1,2 & 3

Now Save Them. This Works! In the Php code $_POST['ids'] will show all 3 rows!

Now Move the Items around in The Left Grid so that you have reused at least one of the Rows that was previously matched and saved.
For Example: Drags Rows 1,2 & 3 to Rows 2,3 & 4

Now Save Them Again.
The Grid will only send the ONE row that is on an all-new row for updating.
In the Php code $_POST['ids'] will show only 1 row.
Even though all 3 are highlighted/selected/updated.

What I want is to be able to send all the "Selected" (highlighted) rows no matter what.