Radzen 2.53.2 razor page generation error

Radzen 2.53.2 don't generate razor page correctly for image fileds

this is the code
:


: <RadzenTextBox style="width: 100%" @bind-Value="@(tblcountry.Flag16x16)" :Name="Flag16x16">
:
:

but i guess it should be like this:

:


: <RadzenImage style="width: 100%" @bind-Value="@(tblcountry.Flag16x16)" :Name="Flag16x16">
:
:

Hi @solo,

We can't reproduce such a problem. Also the RadzenImage component doesn't have a Value property - how did you even set it?

Thanks Korchev,
I just change it in page design. And it removes the error but i don't think it works for uploading and saving images to database. and i don't think it is correct assigning string for image datatype during generating code using radzen.