A DatePicker is typically attached to a TextBox.  In the FormInput example, a validator is also attached to the TextBox in case the user bypasses the DatePicker and types in something stupid.

 

Could I simply attach my TextBox to an <input READONLY=”true”> field, so that the DatePicker can set the value but data cannot be typed in?  Or will the READONLY attribute also foil the DatePicker?

Reply via email to