I am using WPF microsoft technology in my project. I have a datagrid that binds with a viewmodel property of datatype ICollectionViewLiveShaping. I want to commit datagrid row when tab is pressed and the row at the bottom for adding items will be automatically focused. This is automatically achieved when I pressed enter key. I have to do the same when tab is pressed.
I will be very thankful, if someone helps me on this.