After an insert on a grid, sometime i am unable to see the row that i have just inserted because the row count may be larger than the first page and the new row may be ordered lower in the grid than existing items. Is there a way i can display the previously inserted row as the first row without having to manipulate my SQL to do so. This particular table has no timestamps so we cannot order the data by that.