Setting Default Value for Checkbox List Filter in Radzen DataGrid

I am using the following component from Radzen:

I need to set a default value when the filter is opened, and have the filtered data reflect that value accordingly. Could you please provide guidance on how to achieve this within the DataGrid component?

Thank you in advance for your assistance.

Use FilterValue column property to add IEnumerable of default values. Check our demos for reference on how to set DataGrid column FilterValue - there are forum posts as well demonstrating the same.

@enchev
We are encountering an issue where a checkbox in the filter dialog, despite having a default value set, is not selected when the dialog opens. This behavior is confusing for users expecting the default state to be active.
Can you please guide us on how can we achieve this ?

Here is an example based on this demo: