Can anyone tell me whether it's possible to set a footer for each ColumnGroups of a RadGridView in WPF using code behind?
I am able to do it on normal GridViewDataColumn by setting the Footer attribute to true but how about the ColumnGroups? Is this possible?