Update context

When a new property is added into a Model of the Server side project, it seemed that the the context @model.newproperty is not refreshed in the CLient project in design time. Why?
For example, in ApplicationUser.Custom.cs the FirstName string property is added.
The database update schema completed in SQL Server (FirstName nvarchar column is added).
In AddApplicationUser.razor, when I press the dot after the user in bind-Value, the FirstName is not in the list.
<RadzenTextBox style="width: 100%" @bind-Value="@user." Name="FirstName" />

Hi @maestros,

Indeed this case isn't supported at the moment (one has to reopen the application in Radzen Blazor Studio to "see" the changes). The reason is that the models in the client project are included from a the server project. We will investigate to see if it is possible to support this valid scenario.