How to programmatically filter grid

Hi,

I currently have a page which contains a RadzenDataGrid and I have saved filter values in the local storage. The problem is when I load the page, the way I set my filters is by using the reference from the column and calling the method SetFilterValueAsync(). The problem is that it triggers a rerender of the grid. So if I have 7 filters saved, it's gonna rerender 7 times. Is there a way to load multiple filters at the same time ? Or to set a filter and not trigger a rerender ?

Thank you.

SetFilterValue() will not reload the DataGrid.