I have a radgrid with two group-by-expressions defined, and aggregate sums defined on the bound columns. I want to hide the outer GridGroupFooterItem. My problem is similar to the one described in this other forum post.
http://www.telerik.com/community/forums/aspnet-ajax/grid/groupfooter-on-subgroup-only.aspx
I have a runtime reference to the GridGroupFooterItem in my ItemDataBound event handler. And I also know, from GroupIndex, whether a footer is the inner or outer one.
My problem is that I have not found a way to hide the GridGroupFooterItem, as was suggested by the response to that original post.
Can anyone assist?