Set Date Control textbox Readonly but allow date selection

M

Miguel Isidoro

Hello

Is it possible to set a date control to readonly so that a user can't fill
the date value manually but let the date be selected using the date picker? I
used a conditional formatting rule to set the control readonly but this
totally disables the control.

Thanks
Miguel
 
R

Ravi G

Hi,

This is not possible upto my knowledge.
If you compulsory want this feature reduce the size of date picker such that
you can see only date selector and place it beside a text box which is a read
only and set the value of date picker to this text box.
 
Top