I have an issue with the DataGrid while working with Expression Blend 4. The issue is this:
I created a simple DataGrid, applied datasource, got columns and rows. Then I added a new behavior (SetDataStoreValueAction) for the grid which is triggered on DataGrid.CurrentCellChanged.
Then, in the Common Properties option box of that behavior I’ve set a new DataStore property and bound that property to the value of CurrentColumn.Header of my grid.
Now. After I click on any cell of my grid, I get only the header of the first column. And I have 4 columns with different headers.
What am I missing?