I did read this article before, but it didn't show an example how to extend an constructor.
If I extend the generated service constructor (NorthwindDbService.cs) it will be set back to default at next start with the Radzen IDE. (Running this directly in Visual Studio will work)
If I have the extended constructor in custom partial class (NorthwindDbService.Custom.cs), I get an exception at first page load, because Context is null
that was what I did in the second picture of my last post, but I found my mistake, I didn't assign them.
Somehow I thought it would cherrypick it, because it was assigned in the generated constructor.