Hi,
I am trying to modify appearance of ‘group by column header within UltraWinGrid v12.2. I am suing AppStylist but I am having difficulties to find right part of the grid that should be changed
Hello witepo,
If I understand well your scenario, you are using AppStyle into your application. If so, to modify the group box area you could use one of these options:
Option 1: You could open your AppStyle and modify it. You could set BackColor or Background Image or Resourses. I made short video tutorial for you. Please take a look at attachments
Option 2: By default AppStyle has priority over Appearance properties, so you could set UseAppStyling property to False and apply your custom settings through properties in ultraGrid1.DisplayLayout.GroupByBox.Appearance
Option 3: You could use DrawFilter to set desired appearance or you could modify your AppStyle and set ResolutionOrder
Let me know if you have any questions.
Regards
Hello,
I want my Group header to look exactly same as my column header.
I don't want to use style sheet. Whatever style currently a column header have i want to copy it to my Group header. This is a need just to one screen which am working on.
Thank you,
Hello Toji,
I`m not sure that I understand your question. What do your mean with GroupHeader ? Do you mean a "Group Box Area" or maybe you mean the "Groups" in the grid or maybe the GrouppedRows.
Please give us more details about your requirements
My requirement was to group some of the headers in the ultragrid. Once easy way i found was adding UltraGridGroup.
I added UltraGridGroup and hidden the UltraGridColumn, but when i added UltraGridGroup, the UltraGridGroup style(bgcolor) and UltraGridColumn bgcolor are different.
So now in my grid i have some headers with UltraGridColumn and some with UltraGridGroup, but the header looks weird as i cannot make the all the header styles look similar.
My ultragrid don't use any stylesheet. I tried to match the style of UltraGridColumn to UltraGridGroup but no style exsit for UltraGridColumn. Most styles are set to default in ultragridcolumn.
GroupHeader i mean UltraGridGroup.
I don't see an option to attach an image from my local computer or i could sent you an picture.