Unplanned
Last Updated: 25 Apr 2022 12:18 by Dan
Dan
Created on: 25 Apr 2022 12:18
Category: Grid
Type: Feature Request
2
Configure Group Footer Visibility

Expose GroupableSettings with an option to specify whether to render the group footer. The possible values should be always (like current implementation), or when the group is expanded. An example (just for demonstration) api would be:

```

<GridSettings>

<GridGroupableSettings Footer="@GridGroupableFooterVisible.Always | @GridGroupableFooterVisible.Expanded"></GridGroupableSettings>

</GridSettings>

```

0 comments