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
1130
Group by header(rollup) background
posted

I am trying to change the color of the group by header (the row that has the expansion indicator).  How do I do this?

Parents
  • 27093
    posted

    Hello Dave,

     

    I have been investigating your issue and despite that this cannot be done using the built-in functionality I have found a way for you to achieve your goal by retemplating the GroupByRecordPresenter. What you can do is get the original template from the DefaultStyles folder (default install path: C:\Program Files (x86)\Infragistics\NetAdvantage 2010.2\WPF\DefaultStyles ) from the DataPresenterGeneric_Express.xaml . Inside the template you can set the Background property of the Grid which is placed inside the x:Name="highlight"  Border.

     

    Hope this helps. Please let me know if you require any further assistance on the matter.

     

    Sincerely,

    Petar Monov

    Developer Support Engineer

    Infragistics Bulgaria

    www.infragistics.com/support

Reply Children