Hi Isomorphic,
In my application I have defined date fields in ds as follows
<field>
<name>estimateDate</name>
<type>datetime</type>
<editorType>date</editorType>
<useTextField>true</useTextField>
</field>
I want to force user to enter date through date picker only, by making the text box in front of date as read only.
Could you please let me know how to achieve this?
In my application I have defined date fields in ds as follows
<field>
<name>estimateDate</name>
<type>datetime</type>
<editorType>date</editorType>
<useTextField>true</useTextField>
</field>
I want to force user to enter date through date picker only, by making the text box in front of date as read only.
Could you please let me know how to achieve this?
Comment