I am playing around with an entity model and a binding source to get a feel for how they can be used together on a form. I currently have code that will allow me to save changes and delete items from the entity model but I am unable to determine how I can add a new record. The issue is that while I can add the new record I am not able to select the new item no matter how I do it. I thought that I could just using the BindingSource.AddNew() method but this doesn't work.
Can someone provide me a simple working example of how to accomplish this task.