When I tried to add 4 group footers in the radgrid, I see that colspan="4" is added automatically, I want the footers to align with the columns.
<FooterStyle Font-Bold="true" />
<GroupFooterTemplate>
This is a Footer - Total Cases
<asp:Label ID="Label8" runat="server" />
</td>
<td colspan="2">
This is a Footer - Adjustment
<asp:Label ID="Label1" runat="server" />
</td>
<td>
This is a Footer - OrderTotal
<asp:Label ID="Label2" runat="server" />
</GroupFooterTemplate>
<Columns>