Hi @Klaus,
This happens because of the RadzenFormField's floating label.
Try setting AllowFloatingLabel="false"
<RadzenFormField AllowFloatingLabel="false" ... >
Hi @Klaus,
This happens because of the RadzenFormField's floating label.
Try setting AllowFloatingLabel="false"
<RadzenFormField AllowFloatingLabel="false" ... >