I am not a programmer but the guy responsible for styling all front in XAML.
I made a few simple style tweaks to the header and record background and hover states but am trying to figure out how to style the top "Group By" section that expands up and down.
Need to adjust font color, background, buttons, etc. Been hours and just can not seem to figure it out; any help would be great!
Hi,
In answer to your question -"How to style the top "Group By" section?" I suggest you the following.
1. Become familiar with the Styling the GroupByArea in xamDataGrid topic from the online documentation at http://help.infragistics.com/Help/NetAdvantage/WPF/2008.1/CLR3.X/html/xamDataGrid_Styling_the_GroupByArea_in_xamDataGrid.html .
2. Take a look at the Custome GroupByArea Style sample from the NetAdvantage for WPF xamFeatureBrowser to realize how to customize the default style of the GroupByArea.
NetAdvantage for WPF xamFeatureBrowser->xamDataGrid->Themes and Custom Styles->Custom GroupByArea Style sample
3. To learn how to manipulate the GroupByArea text look at http://forums.infragistics.com/forums/t/11667.aspx .
Best Regards,Yanko
Coming back around to finish some stuff up and still can not seem to apply any style to the grouping buttons in the group by area. I can not get them to inherete a button style, how do you style these things?
Still looking for help please. Just need to find out how you style the buttons in the group by area.
The elements within the GroupByArea are of type GroupByAreaFieldLabel so you would need to create a style that targets that type and then either put that in the Resources of the XamDataPresenter or set its GroupByAreaFieldLabelStyle to that value. e.g.