I'm new with Radzen Blazor and my question is how to set properties to the components globally without doing it everytime in my code? for example I want to set the property "AllowFiltering" to "true" to all my "RadzenDataGrid" controls.
Thanks in advance.