Hi All, I am attempting to emulate a behaviour seen in Outlook's Contact editor, where the new object is only created with the first key stroke, ie if the user clicks on 'Add New' and then closes the editor (the X button) no warnings for saving data are issued as would if you attempt to close the form after any capturing.
When using In-Grid capturing we use the 'AddingNew' event of the binding source to create the new BO, is there a way to do the same in a single BO view editor?