Datagrid radzen component blazor

Hello,

I have an issue with the new Filter Mode "FilterMode.CheckBoxList" in the datagrid Radzen component, I would like to have all my search filter ordered by asc and not by first encountered.

How is it possible to do so?

Thanks in advance.

Julien

You can use LoadColumnFilterData event to load the data in desired order. Check our demos for reference.