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?

link|improve this question

feedback

Know someone who can answer? Share a link to this question via email, Google+, Twitter, or Facebook.

Your Answer

 
or
required, but never shown

Browse other questions tagged or ask your own question.