Hi. I'm trying to persist RadzenDataGrid filter values in the code behind from before and after a GetData() call.
So for example, I have a checkbox onclick event that calls the DataGrid's GetData() which, in turn makes an API call to the database to populate or repopulate the grid.
I'd like any column filters that were entered by the user beforehand to persist and be re-applied after the GetData() call when the checkbox is checked/unchecked.
Is this possible? Is there just a simple setting to make the filters persist before & after the GetData() call?