Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
545
Setting GroupByAreaMultiBackgroundBrush and GroupByAreaMultiHighlightBrush does not work anymore
posted

For years the following has worked fine for overriding the GroupAreaMulti background.

  <igWPF:XamDataGrid.Resources>
    <SolidColorBrush x:Key="{x:Static igWPF:DataPresenterBrushKeys.GroupByAreaMultiBackgroundBrush}" Color="#A3A3A3"/>
    <SolidColorBrush x:Key="{x:Static igWPF:DataPresenterBrushKeys.GroupByAreaMultiHighlightBrush}" Color="Transparent"/>
  </igWPF:XamDataGrid.Resources>

However, after changing to Vistual Studio 2015 and the Roslyn compiler it does not work anymore. Our product i a plug-in to another large 3rd party system which also has changed major versions at the same time. I thought setting these inside the Resources of the XamDataGrid would override any Themes or Styles which may have been defined?

We are using Infragisitcs v12.2 by the way.

Sincerely

Atle

Parents Reply Children
No Data