Radzen Blazor is a set of 90+ free native Blazor UI components packed with DataGrid, Scheduler, Charts and robust theming including Material design and FluentUI.
I'm simply retrieving some data from the database on initialization and trying to display it in a grid.
Just refuses to allow a List / IEnumerable to be used.
Error: The type name 'Collections' does not exist in the type 'System'
Posted it here first: https://stackoverflow.com/questions/72607979/blazor-6-0-radzen-datagrid-not-able-to-access-system-collections
I'm simply retrieving some data from the database on initialization and trying to display it in a grid. Just refuses to allow a List / IEnumerable to be used. Error: The type name 'Collections' does not exist in the type 'System'