Save & Continue Button

In the app I am working on the user is presented with a list of item on the left and a panel contained with input fields on the right. The user will navigate the list and edit pricing criteria for each item in the list. In order to make the process easier and smoother, I have been playing around with some different actions.

The first is having a Save and Cancel button so the user can save the data, and then have next and previous buttons to navigate the list.

The second is having a "Save & Continue", "Save", and "Cancel" button. This way the user can decide whether they just want to save the current item and remain viewing that item, or they can flow through the list by saving and continuing.

Is there anything wrong with having a "Save" and "Save & Continue" button?