views:

267

answers:

0

I used data binding to bind a CLR object to a datagrid (using expression blend). I was prompted to autogenerate a template to hold the data. This created a StackPanel and three TextBlocks. I go to edit the stack panel and attempt to change the various colors. The properties window accepts the change, but the panel in the data grid remains with its default colors (black, white background).

I have also tried modifying the TextBlock colors- no luck.

Any help appreciated.