radzenhq / radzen-blazor

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.
https://www.radzen.com
MIT License
3.57k stars 798 forks source link

Blazor 6.0 Radzen DataGrid not able to access System.Collections #489

Closed rowana16 closed 2 years ago

rowana16 commented 2 years ago

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' image

akorchev commented 2 years ago

This looks as a usage question more suited for our forum rather than an issue with the component.