Hi all, i have an issue with the datagrid component when using FilterMode.CheckBoxList. Items are not sorted.
I had this issue in the past when using a List in the @Data, but using an IEnumerable instead, it used to work.
Now, using both ToList() or a IEnumerable, the filter for the columns are not sorted.