I'm see that the CurrentItem property of my DataGrid (version 2.0.0 May 2013) can be null depending on how I access the property. I have a button in the footer of the grid. If I use the click event of that button to access grid.CurrentItem it's null. If I use a button outside the grid it's a valid value.
↧