I call save using this:
console.log(this.model.isNew()); console.log(this.model); this.model.save({}, { success: function (model, response, options) {
You can specify the ID in defaults, just make sure it's set to null (isNew will be set to true).
null
In your case it must be
LineNo_: null