Edit Application User not updating after extending table

I wanted to extend the AspNetUsers table, tried to follow the documentation: Customize security | Create a Blazor CRM application with Radzen Blazor Studio | Radzen Blazor Studio.

Is it mandatory to use EF migrations to create the new custom fields ?

I did everything as showed but instead of using migrations I just added the new fields to the AspNetUsers table using SQL Server Management Studio. Everything looks good, I can see, add and delete users with the new fields, but the Edit Application User page does not update the user information, neither the existing fields nor the new ones (no error shown).

Could this be related to not using migrations or any other suggestion what to look for ?

Make sure you have not missed this step: Customize security | Create a Blazor CRM application with Radzen Blazor Studio | Radzen Blazor Studio

That was it, I was missing step 3. Thanks again Korchev.