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
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
Hi Petar,
Thanks for the quick reply. What I'm actually looking for is the setting for the grouped columns. ie. UltraGridGroup.
I want these headers to appear the same as the column headers. Where can I find these in the Appstylist?