Unplanned
Last Updated: 11 Sep 2023 14:58 by ADMIN
David
Created on: 16 May 2023 14:18
Category: Grid
Type: Bug Report
3
Group Footer Template is not initially rendered when programmatically grouping the Grid in OnStateInit

When initial grouping is set through the state, the GroupFooterTemplate does not render. One has to perform some action for refreshing the Grid in order to display the template - for example, collapsing/expanding a group.

For reference, the GroupHeaderTemplate renders correctly.

Reproduction: https://blazorrepl.telerik.com/wRaJFgFy10vagYnf05

===

ADMIN EDIT

===

The GroupFooterTemplate renders with a delay after the Grid. A possible workaround for the time being is to refresh the Grid after it has been initialized to ensure the GroupFooterTemplate will be displayed.

Example: https://blazorrepl.telerik.com/mxkJvAbI17SoNaE148

2 comments
ADMIN
Hristian Stefanov
Posted on: 11 Sep 2023 14:58

Hi Pavel,

I'm glad to see that the provided workaround of rebinding the Grid serves as a good temporary solution for you.

Regards,
Hristian Stefanov
Progress Telerik

Stay tuned by visiting our public roadmap and feedback portal pages! Or perhaps, if you are new to our Telerik family, check out our getting started resources!
Pavel
Posted on: 08 Sep 2023 12:49
Thank you for your help - rebinding grid OnAfterRender did the trick