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
1320
UltraGrid GroupByRowAppearance by UltraGridGroupByRow
posted

 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.

Parents
  • 469350
    Verified Answer
    Offline posted

     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.

Reply Children
No Data