Hi, I've problem with DateField control.
If in the handler I had a nullable DateTime (Datetime?) the controls isn't loaded when a store loads.

Store:
<ext:RecordField Name="field_DEPA_DT_VIGENCIA_ATE" Type="Date"
DateField
<ext:DateField ID="txtVigenciaAte" runat="server" DataIndex="field_DEPA_DT_VIGENCIA_ATE"
AutoDataBind="true" CMargins="10" FieldLabel="VigĂȘncia AtĂ©" Width="400" MaxLength="400"
AllowBlank="true" Format="dd/MM/yyyy" />
Thank you