Hello,
I want to use GroupByRows in my ultrawingrid. The structure of the table that Im using is diplayed in the image that I attached.
So, I need that my group by rows show me the total of meters for each zone and for each subzone too, exaxcly as shown in the picture.
what can I do?
Any suggestions, I'll be very grateful
Help me please.
Thank you so much Mike, I did everything you suggest me and it works properly
Regards.
vfn_it said:1.- Hide or remove the summatory icon in my column header (see the image)
Summary icons do not display by default. If they are displaying, it's because you explicitly turned this on either at design-time or in code. This is controlled by the AllowRowSummaries property. So you should try to find out where you are setting this property to true and remove it.
vfn_it said:2.-I want to set a customize text in my groupby rows (see the image) instead of the columnn name text.
You can do this using either the GroupByRowDescriptionMask property or the InitializeGroupByRow event.
Image
My ultragrids picture
Sorry, this is the image, i got some problems with my internet connection.