:(I have a grid panel - tied to a SQLDatasource - with seperate commands/sprocs for the insert and update - I enter three rows and the insert on save is not firing - it is firing the update and appears as if the grid or the store is assiging an ID to the row (e.g.1124) - so it is tryign to perform an update on an exiting row in my table rather than an insert?:(