Is it possible to enable the use of datagrid to display IEnumerable elements in a similar way as shown on the page
But without using Entityframework?
I would like to display the items for the order in a similar way as on the attached print screen
Is it possible to enable the use of datagrid to display IEnumerable elements in a similar way as shown on the page
But without using Entityframework?
I would like to display the items for the order in a similar way as on the attached print screen
Hi @Norbert,
Yes you can. The linked example calls ToList() so entity framework isn't really used much.
You don't need EF to use our DataGrid component.