Hi, I have a datagrid bound to an observable collection. When the user press the "add button" it adds a new row and I do this by adding a new element to the observablecollection.
I cannot figure out how to make the newly added row with the first cell in focus as if we were editing. I am using a MVVM pattern.
Any ideas or suggestions?