DevExtreme Data Grid using Custom Store with Entity Framework Core 8 / Mapster

On this post we have a look how to evolve the grid demo
with some fancy .net c# backend dto sorting/paging/filtering magic.

Let’s start… on the following demo from devexpress, they show all the UI things…

https://js.devexpress.com/Angular/Demos/WidgetsGallery/Demo/DataGrid/CustomDataSource/FluentBlueDark/

Nice. But we like to have it with our beloved ORM EntityFramework / DevExtreme.AspNet.Data Crud Lib
and DTO mapping with Mapster for clean/filtered OpenAPI contracts.