Alignment of the grid footer

After setting the column width in the grid, the footer is out of alignment.


I'm afraid that I cannot reproduce this:


Occurs when there is an option to expand the grid (Hierachy) and footer totals.

ExpandMode="DataGridExpandMode.Single"

            <FooterTemplate>
                Displayed orders: <b>@ordersGrid.View.Count()</b> of <b>@orders.Count()</b>
            </FooterTemplate>

It’s fixed in the latest update.

1 Like

Okay... Thank you very much