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
490
Set style on a group row
posted

Hi,

 I have data that is grouped like this:

  • Group0
    • Row0
    • Row1
    • Row2
  • Group1
    • Row3
    • Row4
    • Row5

  ...and so forth.

  I'd like to style the *columns* of Group0,1,...,n based upon the values contained within on a per *COLUMN* basis.  I can't see how to do this using UltraGridGroupByRow and when I set the SummaryValue and SummarySetting Appearance property - it styles the top level summary row but not the group rows themselves.

   Is there a way to get to the style that is applied to specific columns of Group0, Group1 etc.?

Thanks