Datagrid ordering

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.

Thanks for the report @pitaduo! I was able to replicate and fix the problem - fix will be part of our next update before the end of the week.

1 Like