FooterStyle HeaderStyle for GroupInfo C1TemplateField 2025v2 399

Posted by: enrique.pv-ext on 2 July 2026, 4:17 am EST

  • Posted 2 July 2026, 4:17 am EST

    Hi,

    Migrate from 2010v1 to 2025v2 399 in ASP.NET WebForms NET Framework 4.8.1.

    Using C1GridView from C1.Web.Wijmo.Controls.48.dll

    			<Columns>
    
    				<cc1:C1TemplateField Visible="False" Aggregate="Sum">
    					<GroupInfo FooterText="Total:" Position="Footer" OutlineMode="StartCollapsed">
    						<%--  TODO: FALTA ESTILO
    <FooterStyle BackColor="#0050A6" ForeColor="White" Font-Bold="True" />
                        <HeaderStyle BackColor="#0050A6" />--%>
    					</GroupInfo>
    					<ItemStyle Width="0px" />
    				</cc1:C1TemplateField>

    the sections FooterStyle and HeaderStyle, now, dont exists.

    Any alternatives ?

    thanks a lot!!

  • Posted 3 July 2026, 7:51 am EST

    Hello Enrique,

    We could observe the behavior as well. We have escalated it to the development team for further insights. [Internal Tracking ID: C1WEB-30603]

    We’ll get back once we have more information to share.

    Regards,

    Uttkarsh.

  • Posted 15 July 2026, 2:27 am EST

    Hello Enrique,

    The FooterStyle you’re configuring applies to the GridView’s standard footer. However, your grid is using group footers, so FooterStyle won’t affect them. To style the group footer, please use the following CSS:

    <style>
        .wijmo-wijgrid-groupfooterrow {
            background: indianred;
            color: white;
            font-weight: bold;
        }
    </style>
    

    Regarding the header, HeaderStyle is intended to style the GridView’s header. However, the BackColor property is currently not being applied correctly. The team confirmed the issue as a bug. [Bug Tracking ID: C1WEB-30619]

    Currently we do not have an ETA for the fix, but rest assured, we’ll update you once the issue is fixed.

    Regards,

    Uttkarsh.

Need extra support?

Upgrade your support plan and get personal unlimited phone support with our customer engagement team

Learn More

Forum Channels