Hey,
I have a radgrid on my site and I have a nested group inside of a main group. I need to have the group footer on my grid but I do not want a footer to appear on my outer group.
The top group is my outer group and I do not want that group to have a footer but I want the CoverageItem group to have a footer. Is there a way that I can disable the outer footer so it does not have a double footer at the bottom of every group,
Thanks,
Kyle Jones
I have a radgrid on my site and I have a nested group inside of a main group. I need to have the group footer on my grid but I do not want a footer to appear on my outer group.
| <GroupByExpressions> |
| <telerik:GridGroupByExpression> |
| <GroupByFields> |
| <telerik:GridGroupByField FieldName="CoverageType" /> |
| </GroupByFields> |
| <SelectFields> |
| <telerik:GridGroupByField FieldName="CoverageType" HeaderText="Coverage" /> |
| </SelectFields> |
| </telerik:GridGroupByExpression> |
| <telerik:GridGroupByExpression> |
| <GroupByFields> |
| <telerik:GridGroupByField FieldName="CoverageItem" /> |
| </GroupByFields> |
| <SelectFields> |
| <telerik:GridGroupByField FieldName="CoverageItem" HeaderText="Coverage Item" /> |
| </SelectFields> |
| </telerik:GridGroupByExpression> |
| </GroupByExpressions> |
The top group is my outer group and I do not want that group to have a footer but I want the CoverageItem group to have a footer. Is there a way that I can disable the outer footer so it does not have a double footer at the bottom of every group,
Thanks,
Kyle Jones