Hi,
i have a sfDatePicker in a Template Grid , is allowedit="false", i can't typing, but i can show calendar popup and change the value:
<SfDatePicker ID="EndDate" @bind-Value="@(record.EndDate)" AllowEdit="false" FloatLabelType="FloatLabelType.Always" Placeholder="Fecha Baja" Format="dd/MM/yyyy">
</SfDatePicker>
if the control is allowedit false, should not allow change value, version 20.4.0.44 in .43 same effect
thank's