You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When FooterTemplate is used for a frozen column in DataGrid then it is being incorrectly rendered.
It seems the problem is that GroupFooterTemplate overlaps FooterTemplate when scrolling through data.
The text was updated successfully, but these errors were encountered:
OndrejUzovic
changed the title
Footer is being incorrectly rendered for frozen columns in DataGrid
Footer and Header is being incorrectly rendered for frozen columns in DataGrid
Mar 1, 2024
When
FooterTemplate
is used for a frozen column in DataGrid then it is being incorrectly rendered.It seems the problem is that
GroupFooterTemplate
overlapsFooterTemplate
when scrolling through data.The same problem has the column header.
Her is the slightly modified code from the demo page https://blazor.radzen.com/datagrid-group-footer-template.
(The DataGrid height is set to 400px and the column 'Order' is set to
Frozen
.)To reproduce the issue, please execute the code and move the scrollbar in DataGrid down.
The text was updated successfully, but these errors were encountered: