We recently switched over to using the Metro theme and have been encountering an issue with the cell headers. We've created styles for the target type of column and row headers, based them on the original, and then set our own foreground and background. It was working fine until we switched to Metro, but now the "Total" word in the headers of the total rows/columns is no longer changing its foreground. Does the Metro theme need its own unique code different then what is shown in the examples to style its headers?
Hi Ryan,
This is an issue in the theme and we will submit it in our internal system and create a customer case for you. Until you get the fix, you can easily fix it in the theme locally. You have to find a TextBlock in the theme with name TotalText and change its foreground from:
Foreground="{StaticResource ForegroundBrush}"
to:
Foreground="{TemplateBinding Foreground}"
Hope this helps!
Thanks,
Diyan Dimitrov
Hello Ryan,
Thank you for your post. The development ID of regarding the issue that you are having is 170264. I have created a support ticket on your behalf with number CAS-135357-K7M0C0 in order to link the development issue to it so that you are automatically updated when a Service Release containing your fix is available for download.
Sincerely,
Krasimir, MCPD
Developer Support Supervisor - XAML
Infragistics
www.infragistics.com/support
The development issue with ID of 170264 has been fixed and it is available in the latest Service Release. You can download the Service Release by logging in our web site and then going to Account\My Keys and Downloads page.
Thank you for using Infragistics Components.