Hello,
I am using xamDataGrid with the Theme "Aero". I tried to change the Background of GroupByAreaMulti, but i can not change all background. How can i change the blue line? Or is there a Template for GroupByAreaMulti?
MY XAML (xamDataGrid):
<igDP:XamDataGrid Theme="Aero" BindToSampleData="True" Name="xamDataGrid1" IsGroupByAreaExpanded="True"> <igDP:XamDataGrid.GroupByAreaMulti> <igDP:GroupByAreaMulti IsExpanded="True" Background="Gray" /> </igDP:XamDataGrid.GroupByAreaMulti></igDP:XamDataGrid>
Thank you!
Thank you so much.
Same issue is resolved here.
I Searched for a Style to GroupByAreaMulti in the forum, but i didn't find. I also searched in the directory WPF\DefaultStyles\DataPresenter\ DataPresenterAero, [...]_Express and [...]_Brushes, but i didn't find. Is there style only for GroupByArea?
Some one can help me!!!