Why I can't style the DataGridTextColumn?
- by Nike
When I tried to create a Style to DataGridTextColumn with the following code:
<Style TargetType="{x:Type DataGridTextColumn}">
...
</Style>
Visual Studio 2010 highlight {x:Type DataGridTextColumn} by blue line and said: Exception has been thrown by the target of an invocation.