I\'m using the WPF DataGrid (.Net 3.5 SP 1 version from the Toolkit)
DataGrid
What event can I subscribe to, to detect when a new row is added?
I've found the DataGrid_InitializingNewItem event to be helpful where you can examine e.NewItem and take appropriate actions based on its type.