Hi to All,
I am trying to work out if it is possible to apply different appearance properties to different UltraGridGroupByRow within the same grid. Has anyone had any experience in this regard? The diagram below shows what I am trying to achieve.
Unfortunately the code UltraGrid1.DisplayLayout.Override.GroupByColumnHeaderAppearance changes all groups.
I don't see any diagram here. Did you forget to attach it?
Anyway, though, it sounds like you just want to use the InitializeGroupByRow event and set the e.Row.Appearance - probably based on e.Row.Value.
I'm not sure what happened to the link for the image as the URL is correct when I plug it straight into my browser. I think I have fixed it now.
Your suggestion to use the InitializeGroupByRow event was exactly what I needed. Thanks Mike.