Is there a way to filter data that's not in the columns?

There is some data that I don't want to display in the columns of my DataGrid, I would rather display it as a field in the details section of my DataGrid.

Is there a way to filter/sort such data? Is there a hidden column feature that can be used?

Thanks

Hi @watchinglqq,

Your collection assigned to DataGrid Data property can be filtered and sorted similar to this demo:
https://blazor.radzen.com/datagrid-filter-template

1 Like