Hi!
My scenario is that I have grid with multilevel grouping with aggregates on group footers enabled. My desired behaviour is that every group shows his footer only when expanded so I've set:
Problem is that all footers are gone if any of group is collapsed no matter how deep it was in grouping hierarchy. Is that expected behaviour?
(Changing setting above to "true" is trade-off solution because it causes footer to show when group is collapsed)
Another (minor) issue is that for provided skins group footers have same look at different level (same or no indentation), so it may be difficult for the user to match them to the particular group. Do you plan to address that issue?
Regards,
Maciek
My scenario is that I have grid with multilevel grouping with aggregates on group footers enabled. My desired behaviour is that every group shows his footer only when expanded so I've set:
myGrid.GroupSettings.RetainGroupFootersVisibility =
false
;
Problem is that all footers are gone if any of group is collapsed no matter how deep it was in grouping hierarchy. Is that expected behaviour?
(Changing setting above to "true" is trade-off solution because it causes footer to show when group is collapsed)
Another (minor) issue is that for provided skins group footers have same look at different level (same or no indentation), so it may be difficult for the user to match them to the particular group. Do you plan to address that issue?
Regards,
Maciek