Hello,
I want to store the State Persistence of my Checkbox:
<SfCheckBox @bind-Checked="@ShowGrouping" Label="Group" LabelPosition="LabelPosition.Before" ID="checkboxPortGroupingParameterComponent" EnablePersistence="true" />
I want to persist the value ShowGrouping (same for Filtering) so my Grid is showing the Group section according the saved ShowGrouping value.
The grid persist the grouped colums but everytime I go to the page I have to manually check the CheckBox to see the grouping. And to save space we need to dynamicly enable/disable the grouping feature!
Is it possible that the persistence of the CheckBox is not working or where I have done the mistake?
Many Greetings,
Bernd