If I select 2 rows in my grid that are right on top of each other (ex. index 7 and index 8) it deletes the on with the lowest index (7) before the one with the highest. This changes the dataset and cause the wrong records to be deleted. Is there any way to have the higher index deleted first? Thanks in advance.