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
930
Style for the UltraGridGroup header appearance
posted

Hi,

I'm using one of the default style libraries "Office2007Silver.isl", but it does not apply a style to the UltraGridGroup header appearance. I opened up the AppStylist to remedy the problem but I can't seem to find its property.

How do I apply a style to the UltraGridGroup header?

Thanks

Ryan

 

 

 

Parents
  • 27093
    posted

    Hello Ryan,

    There are two types of grouping in our grid and the more commonly used one is by adding a group by sorted column. This in turn creates not a grid header, but GroupByRows which look like this:

    You can achieve this by ether setting

    ultraGrid1.DisplayLayout.Override.GroupByRowAppearance

     

     or UI Rules -> Base -> GridGroupByRow in teh AppStylist.

    Hope this is what you needed.

    Sincerely,

    Petar Monov,

    DS Engineer,

    Infragistics Bulgaria

     

Reply Children