Describe the bug
In the Grid component - When using:
- SettingsProvider (apply saved settings)
- IsVisible parameter in a GridColumn set to FALSE
The filter gets applied to the data set, but does not show up in the UI
To Reproduce
Steps to reproduce the behavior:
- Add
IsVisible="false" to any one of the GridColumn components in the Grid Settings example
- Go to the page and set a filter
- Leave the page and come back
- See the data is filtered but the filter headers are empty
Expected behavior
The filter headers should indicate what the active filters are
Versions:
- .NET Version: .NET 8
- BlazorBootstrap: 3.5
- Blazor WebAssembly / Server: WebAssembly
- Blazor Interactive Render Mode: WebAssembly
- Blazor Interactivity Location: Global
Sample code
using Grid Settings demo code + IsVisible="false"
GitHub repo
Save_And_Load_Grid_Settings